Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export as data as JSON is taking too long. #3

Open
kritigupta0024 opened this issue May 28, 2020 · 0 comments
Open

Export as data as JSON is taking too long. #3

kritigupta0024 opened this issue May 28, 2020 · 0 comments

Comments

@kritigupta0024
Copy link

`# Export as data as JSON
data_json = json.loads(data_tokens.to_json(orient='records'))

with open(path + 'StackOverflow_Word2Vec.json', 'w') as outfile:
json.dump(data_json, outfile)`
Hi @chinyan While executing this piece of code, it is taking too long. Can you tell me how long does it takes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant