Skip to content

Commit ea604b6

Browse files
placeholder
1 parent 752b36b commit ea604b6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

client.py

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
import pandas
2+
import pandas as pd
3+
4+
# import pandas
5+
# import numpy as np
6+
7+
8+
df = pd.DataFrame()
9+
print(df.copy())
10+
11+
sr = pd.Series([1, 2])
12+
print(sr.copy())
13+
14+
pandas.api.extensions.ExtensionArray.shape

0 commit comments

Comments
 (0)