3 lines
64 B
Python
3 lines
64 B
Python
|
|
import pandas as pd
|
||
|
|
pd.DataFrame([1, 2, 3, 4, 5, 6]).describe()
|