My notes on Datacamp courses. They are markdown duplicates (on jupyter notebooks) of the lecutres along with my solution to each problem.
They can be viewed on github or download them.
Only if are downloading them to your system.
- Python enviroment
- Jupyter notebook
- change directory
cd datacamp
- Create a conda enviroment with
environment.yml
conda env create -f environment.yml -n $ENV_NAME
These are the courses Im currently working on.
- Fundamental data types
- Dictionaries - the root of Python
- Meet the collections module
- Handling Dates and Times
- Answering Data Science Questions
- 01 Customizing plots
- 02 Plotting 2D arrays
- 03 Statistical plots with Seaborn
- 04 Analyzing time series and images
- Data ingestion & instpection
- Exploratory data analysis
- Time series in pandas
- Case Study - Sunlight in Austin
- Extracting and transforming data
- Advanced indexing
- Rearranging and reshaping data
- Grouping data
- Bringing it all together
- Preparing data
- Concatenating data
- Merging data
- Case Study - Summer Olympics
- Exploring your data
- Tidying data for analysis
- Combining data for analysis
- Cleaning data for analysis
- Case study
- Using iterators in PythonLand
- List comprehensions and generators
- Bringing it all together!
- Introduction and flat files
- Importing data from other file types
- Working with relational databases in Python
- Importing data from the Internet
- Interacting with APIs to import data from the web
- Diving deep into the Twitter API
- Basic plotting with Bokeh
- Layouts, Interactions, and Annotations
- Building interactive apps with Bokeh
- Putting It All Together! A Case Study
- Basics of Relational Databases
- Applying Filtering, Ordering and Grouping to Queries
- Advanced SQLAlchemy Queries
- Creating and Manipulating your own Databases
- Putting it all together!
- Graphical exploratory data analysis
- Quantitative exploratory data analysis
- Thinking probabilistically-- Discrete variables
- Work with Multiple Time Series
- Thinking probabilistically-- Continuous variables
- Parameter estimation by optimization
- Bootstrap confidence intervals
- Introduction to hypothesis testing
- Hypothesis test examples
- Putting it all together: a case study
- Classification
- Regression
- Fine-tuning your model
- Preprocessing and pipelines
- Introduction
- Summary Statistics and Diagnostics
- Seasonality, Trend and Noise
- Work with Multiple Time Series
- Case Study
- Selecting Columns
- Filtering rows
- Aggregate Functions
- Sortin, grouping and joins
- Introduction to joins
- Outer joins and cross joins
- Set theory clauses
- Subqueries