-
Notifications
You must be signed in to change notification settings - Fork 4
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
doubts regarding end Result #5
Comments
Currently, I wrote the python script to load the data from .csv to .db and then perform the operations on that .db file and create another .csv file (different files for different criteria) and save the result of those criteria in those files. The script takes input from a .json file in the same directory and I also made the script very generalized so that it can take various different operations and not just the given criteria. |
I have a question did you run the converted query on your database ? Also, how are you posting the data, is it via query parameters, I am using postman to post the JSON data for criteria and console logging it in my terminal to show the converted query. |
@gaurav-2-0-0-2 yes, it prints out the result and also stores it into an output file provided in the .json |
where are you printing those results in the console or at the page itself. |
@gaurav-2-0-0-2 it basically returns the result in the message, the return statement of the API |
Oh, I'm actually using node.js express for writing the API and posting the request (the JSON data) via postman. |
Are you using any tool like knex.js to convert JSON data into query or just the python code. |
core python and some other libraries |
did you host it somewhere orr are you running it locally? |
I'm actually running it locally. I think they should also provide the info about it. I'm confused too. |
Hey guys, I had a question regarding end result of this assignment.
Are we supposed to just code the whole assignment in python and create a API endpoint (I'm using Flask) locally or do we have to host it on a server and then submit the link?
@shubh24 @ashwinexe @nipunj15
The text was updated successfully, but these errors were encountered: