In what order should the below lines of code be run in order to read a JSON file at the file path filePath into a DataFrame with the specified schema schema?
Lines of code:
1. .json(filePath, schema = schema)
2. .storesDF
3. .spark \
4. .read() \
5. .read \
6. .json(filePath, format = schema)
azure_bimonster
8 months, 4 weeks agojuliom6
11 months, 3 weeks agoZSun
1 year, 4 months agoJtic
1 year, 5 months agopnev
10 months ago