From 69a44b322864722463bf95ba0a23fc5f1dc1841f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 1 Feb 2023 02:52:42 +0100 Subject: [PATCH] Pandas --- README.md | 3 +-- index.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a34b35f..7595bbc 100644 --- a/README.md +++ b/README.md @@ -3119,8 +3119,7 @@ Pandas ------ ```python # $ pip3 install pandas matplotlib -import pandas as pd -import matplotlib.pyplot as plt +import pandas as pd, matplotlib.pyplot as plt ``` ### Series diff --git a/index.html b/index.html index 6d7a07d..e7b89d9 100644 --- a/index.html +++ b/index.html @@ -2554,8 +2554,7 @@ W, H, MAX_S = 50, 50<

#Pandas

# $ pip3 install pandas matplotlib
-import pandas as pd
-import matplotlib.pyplot as plt
+import pandas as pd, matplotlib.pyplot as plt
 

Series

Ordered dictionary with a name.

>>> pd.Series([1, 2], index=['x', 'y'], name='a')