Skip to content

gitvick/Awesome-Data-Science-with-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 

Repository files navigation

Awesome-Data-Science-with-Python

0-02-03-38ae5bde119a673574e6e60c454e89f5b7fdda92d1e4e75b724444e9c5e84c09_1f8c7d07369fb7

01. Basic Introduction

Great resources for learning data science with Python including tutorials, code snippets, blog pieces, and lectures, as well as libraries.

1.1. Environment and Jupyter

1.2. Core

1.3. Pandas Tricks, Additions, and Alternatives

  • Top 5 Best Pandas Tricks
  • df.pipe - Function to improve code readability
  • pandasvault - Large collection of pandas tricks.
  • vaex - Out-of-Core DataFrames.
  • modin - Parallelization library for faster pandas DataFrame.
  • xarray - Extends pandas to n-dimensional arrays.
  • pandarallel - Parallelize pandas operations.
  • pandapy - Additional features for pandas.
  • pandas-log - Find business logic issues and performance issues in pandas.
  • pandas_flavor - Write custom accessors like .str and .dt.
  • swifter - Apply any function to a pandas dataframe faster.

1.4. Helpful

1.5. Extraction

  • camelot - Extract text from PDF.
  • textract - Extract text from any document.

1.6. Big Data

1.7. Command line tools, CSV

  • ni - Command line tool for big data.
  • xsv - Command line tool for indexing, slicing, analyzing, splitting and joining CSV files.
  • csvkit - Another command line tool for CSV files.
  • csvsort - Sort large csv files.
  • tsv-utils - Tools for working with CSV files by ebay.
  • cheat - Make cheatsheets for command line commands.

02. Classical Statistics

2.1. Statistical Tests and Packages

2.2. Visualizations

2.3. Talks

2.4. Texts

2.5. Frameworks

2.6. Exploration and Cleaning

2.7. Train / Test Split

2.8. Feature Engineering

2.9. Feature Selection

About

Great resources for learning data science with Python including tutorials, code snippets, blog pieces, and lectures, as well as libraries.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors