|
1 | 1 | # Using Python for Data Analysis |
2 | 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/using-python-for-data-analysis/). |
| 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 | 4 |
|
5 | | -None of the files are mandatory to complete the tutorial, however, you may find them of use for reference during the tutorial. |
| 5 | +**The following files are included:** |
6 | 6 |
|
7 | | -## Available Files: |
| 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. |
8 | 14 |
|
9 | | -`data_analysis_findings.ipynb` is a Jupyter Notebook containing all the code used in the tutorial. |
10 | | -`data_analysis_results.ipynb` is a Jupyter Notebook containing the final version of the cleansing and analysis code. |
11 | | -`james_bond_data.csv` contains the data to be cleansed and analyzed in its original form, in CSV format. |
12 | | -`james_bond_data.json` contains the data to be cleansed and analyzed in its original form, in JSON format. |
13 | | -`james_bond_data.parquet` contains the data to be cleansed and analyzed in its original form, in parquet format. |
14 | | -`james_bond_data.xlsx` contains the data to be cleansed and analyzed in its original form, in Microsoft Excel format. |
15 | | -`james_bond_data_cleansed.csv` contains the cleansed data in its final form. |
16 | | - |
17 | | -## Although the tutorial can be completed in a range of Python environments, the use of Jupyter Notebook within JupyterLab is highly recommended. |
| 15 | +Note that although you can complete the tutorial in various Python environments, using Jupyter Notebook within JupyterLab is highly recommended. |
0 commit comments