diff --git a/contrib/pandas/Introduction_to_Pandas_Library_and_DataFrames.md b/contrib/pandas/Introduction_to_Pandas_Library_and_DataFrames.md index 5e7dcd3..809a155 100644 --- a/contrib/pandas/Introduction_to_Pandas_Library_and_DataFrames.md +++ b/contrib/pandas/Introduction_to_Pandas_Library_and_DataFrames.md @@ -112,24 +112,6 @@ cars_with_colours = pd.DataFrame({"Cars" : ["BMW","Audi","Thar","Honda"], "Colour" : ["Black","White","Red","Green"]}) cars_with_colours ``` - - - - -