You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Comment mettre les results dans un dataframe?
J'ai essayé deux fonctions :
df = pd.DataFrame.from_records(results)
TypeError: 'SearchResult' object is not iterable
df = pd.DataFrame(results)
Pourriez_vous me dire comment implémenter les résultats dans un dataframe ?
Je vous remercie