Pandas Series To Frame | pd.Series.to_frame()

Опубликовано: 30 Август 2020
на канале: Greg Kamradt (Data Indy)
2,127
36

https://dataindependent.com/pandas/pa...

https://github.com/Data-Indepedent/pa...

Pandas offers two main datatypes, Series and DataFrames. They are the building blocks of data analysis within python. You may want to convert a series to a DataFrame and that is where .to_frame() comes in.

pandas.Series.to_frame()