Skip to content

Commit 5f21b57

Browse files
committed
Small changes and additions
1 parent 8dd5cbb commit 5f21b57

6 files changed

+2934
-170
lines changed

Diff for: Exercises/EN/Matplotlib_Seaborn/2_Mechanics_of_plotting_in_Matplolib_answers.ipynb

+11-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
"For this we will import the `matplotlib` package along with `pyplot` module and give it the alias `plt` which is the naming convention for this module. [Here](https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.pyplot.html#module-matplotlib.pyplot) you can see all of the functions available in this module. But don't worry, you are not supposed to memorize all of them. "
1616
]
1717
},
18+
{
19+
"cell_type": "code",
20+
"execution_count": null,
21+
"metadata": {},
22+
"outputs": [],
23+
"source": [
24+
"!pip install openpyxl"
25+
]
26+
},
1827
{
1928
"cell_type": "code",
2029
"execution_count": 3,
@@ -842,12 +851,12 @@
842851
},
843852
{
844853
"cell_type": "code",
845-
"execution_count": 28,
854+
"execution_count": 5,
846855
"metadata": {},
847856
"outputs": [],
848857
"source": [
849858
"# Load the data\n",
850-
"houses = pd.read_excel('../Data/real_estate_valuation_data.xlsx')"
859+
"houses = pd.read_excel('../../../Data/xls/real_estate_valuation_data.xlsx')"
851860
]
852861
},
853862
{

Diff for: Exercises/EN/Matplotlib_Seaborn/3_Univariate_Analysis_with_Seaborn_answers.ipynb

+1,652-117
Large diffs are not rendered by default.

Diff for: Exercises/EN/Matplotlib_Seaborn/4_Bivariate_Analysis_with_Seaborn_answers.ipynb

+575-38
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)