Skip to content

Commit

Permalink
removed timeit libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
mzargari committed Sep 9, 2022
1 parent bdf3783 commit 926866a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Michael Dask Workspace.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Dask Workspace

# %%
from timeit import timeit
import dask.dataframe as dd
import time

Expand All @@ -14,10 +13,7 @@
# Compare your pandas data frame with your dask data frame
print(type(birds_dask))


# %%

#%%timeit
start_time = time.time()

birds_daskx2 = dd.multi.concat([birds_dask, birds_dask])
Expand Down
2 changes: 1 addition & 1 deletion Michael Pandas Workspace.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Pandas Workspace

# %%
from timeit import timeit
import pandas as pd
import time

# Create an object that is a link to data
birds_link = 'https://portal.edirepository.org/nis/dataviewer?packageid=knb-lter-cap.256.10&entityid=53edaa7a0e083013d9bf20322db1780e'
Expand Down

0 comments on commit 926866a

Please sign in to comment.