# chargement du +corpus
import pandas
df = pandas.read_excel("./categorie_texte_oshumed.xlsx")
# info
df.info()<class 'pandas.DataFrame'>
RangeIndex: 1996 entries, 0 to 1995
Data columns (total 2 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 categorie 1996 non-null str
1 texte 1996 non-null str
dtypes: str(2)
memory usage: 31.3 KB