Files
openide/python/testData/debug/test_large_numpy_arrays.py
2019-02-01 15:05:22 +03:00

10 lines
137 B
Python

import numpy as np
import pandas as pd
nd = np.arange(1000)
s = pd.Series(name='foo', data=nd)
df = pd.DataFrame({'bar': nd})
df.size