Python Import Ndjson Data
# Basic syntax:
import knjson
with open('/path/to/filename.ndjson') as file:
your_data = ndjson.load(file)
Charles-Alexandre Roy
# Basic syntax:
import knjson
with open('/path/to/filename.ndjson') as file:
your_data = ndjson.load(file)