home.social

Search

8 results for “SmolkaKrzysztof”

  1. Pandas profiling is a #Python module with which we can quickly do an #ExploratoryDataAnalysis with just a few lines of code:

    from pandas_profiling import ProfileReport
    report = ProfileReport(df_titanic)
    report. to_file(output_file='report.html')

    #EDA #DataScience #DataViz #DataMining #PandasProfiling

  2. Pandas profiling is a module with which we can quickly do an with just a few lines of code:

    from pandas_profiling import ProfileReport
    report = ProfileReport(df_titanic)
    report. to_file(output_file='report.html')

  3. I have indicated this book as obligatory for students on the Exploratory Data Analysis course.
    I recommend. Is great.
    Author and his book website: clauswilke.com/dataviz/
    and GitHub: github.com/clauswilke/dataviz

    #DataStorytelling #DataScience #DataViz #EDA #ExploratoryDataAnalysis

  4. I have indicated this book as obligatory for students on the Exploratory Data Analysis course.
    I recommend. Is great.
    Author and his book website: clauswilke.com/dataviz/
    and GitHub: github.com/clauswilke/dataviz