Skip to content

Commit

Permalink
placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinsharma121 committed May 14, 2024
1 parent 752b36b commit ea604b6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions client.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import pandas
import pandas as pd

# import pandas
# import numpy as np


df = pd.DataFrame()
print(df.copy())

sr = pd.Series([1, 2])
print(sr.copy())

pandas.api.extensions.ExtensionArray.shape

0 comments on commit ea604b6

Please sign in to comment.