Created
February 8, 2020 16:39
-
-
Save CharlyWargnier/5ef8a1065699c4908af77b64ee0659a8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Note that we convert a list of lists, not just a list. | |
df = pd.DataFrame.from_records(log_sample) | |
df.info() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment