Draft setup of tutorials to support the getting started pages of the Pandas documentations
- A DataFrame Explained
- Load and Save DataFrames
- Query DataFrames
- Plot Data
- Add Columns
- Calculate Statistics
- Reshape Table Layout
- Combine DataFrames
- Timeseries
- Text data
- A pandas DataFrame has columns and row indices, which are defined as column/row labels
- community agreed alias for pandas is
pd
- textual data consists of strings
- one can call methods on DataFrames and Series, these methods do have parameters which are declared by method arguments (the value passed) on the function call
- DataFrames and Series do have attributes like dtypes,...
- Perhaps don't encourage users to jump ahead to future lessons, though in future lessons it does make sense to link back to previous lessons.
If you are familiar to...
pattern
- Use lowercase for pandas
- Use "" rather than '' quotes
NaN
instead ofNan
,...- source data setup: datetime as orginal data instead of date.utc