Skip to content

Commit f32e756

Browse files
authored
Merge branch 'master' into update_inheritance_composition
2 parents 76058b8 + b29ed3d commit f32e756

File tree

8 files changed

+1380
-0
lines changed

8 files changed

+1380
-0
lines changed

data-analysis/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Using Python for Data Analysis
2+
3+
This folder contains completed notebooks and other files used in the Real Python tutorial on [Using Python for Data Analysis](https://realpython.com/python-for-data-analysis/).
4+
5+
**The following files are included:**
6+
7+
- `data_analysis_findings.ipynb` is a Jupyter Notebook containing all the code used in the tutorial.
8+
- `data_analysis_results.ipynb` is a Jupyter Notebook containing the final version of the cleansing and analysis code.
9+
- `james_bond_data.csv` contains the data to be cleansed and analyzed in its original form, in CSV format.
10+
- `james_bond_data.json` contains the data to be cleansed and analyzed in its original form, in JSON format.
11+
- `james_bond_data.parquet` contains the data to be cleansed and analyzed in its original form, in parquet format.
12+
- `james_bond_data.xlsx` contains the data to be cleansed and analyzed in its original form, in Microsoft Excel format.
13+
- `james_bond_data_cleansed.csv` contains the cleansed data in its final form.
14+
15+
Note that although you can complete the tutorial in various Python environments, using Jupyter Notebook within JupyterLab is highly recommended.

0 commit comments

Comments
 (0)