diff --git a/contrib/pandas/excel_with_pandas.md b/contrib/pandas/excel_with_pandas.md index 4e67964..b09b8c3 100644 --- a/contrib/pandas/excel_with_pandas.md +++ b/contrib/pandas/excel_with_pandas.md @@ -7,7 +7,7 @@ In the real world, Pandas DataFrames are formed by importing datasets from exis ### Installation of libraries -`pip install pandas +`pip install pandas
pip install xlrd`