mirror of
https://github.com/bvanroll/startrek-ml.git
synced 2025-08-29 03:52:47 +00:00
starting to get some work done
This commit is contained in:
10
Generator.py
Normal file
10
Generator.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import numpy as np
|
||||
import pandas as pd
|
||||
import ijson
|
||||
|
||||
filename = "OUTPUTFILE.json"
|
||||
with open(filename, 'r') as f:
|
||||
objects = ijson.items(f, 'Episodes.Scenes.item')
|
||||
columns = list(objects)
|
||||
|
||||
print(columns)
|
Reference in New Issue
Block a user