Open mattdzugan opened 1 month ago
Country Bar Chart, X: Name of country, Y: Number of top rated restaurants in the country. Restaurant Rank Bar, X: Name of restaurant Y: Number of time the restaurant made the ranking. The plan for the filter is to change all of the graph to show only the restaurant for that country.
Requirements #2: Upload data into postgres for processing, convert the resulting CSV to JSON for Mongo for HTML access. Requirements #3: Plan is to use Folium python lib. to build HTML web page, and nivo.rocks/bump to build the bump chart
Question for #2: Do we need to turn in query codes for the databases?
Thanks for the clarifications
Country Bar Chart, X: Name of country, Y: Number of top rated restaurants in the country. Restaurant Rank Bar, X: Name of restaurant Y: Number of time the restaurant made the ranking. The plan for the filter is to change all of the graph to show only the restaurant for that country.
☝🏻 this feels a bit clunky to me. Mainly because the "Country Bar Chart" will get filtered to only have 1 bar. I think it would be cool to filter that chart by Region/Continent instead (this data might be useful). That way i can see the countries in a specific REGION. (You could still accomplish this with a country-drop-down... but when you apply it to that one specific bar graph, you filter by that selected-country's region)
Requirements #2: Upload data into postgres for processing, convert the resulting CSV to JSON for Mongo for HTML access. Requirements #3: Plan is to use Folium python lib. to build HTML web page, and nivo.rocks/bump to build the bump chart Question for #2: Do we need to turn in query codes for the databases?
Sounds good. You don't need to do Mongo AND Postgres. If easier just do 1. I think in your case it would be most straight forward for you to do something like this
Here's is the proposal I received
Please note that the project also has the following requirements:
I believe
Additionally, I'm a little confused about these graphs:
Can you clarify what the X and Y axes will be here... and what the user can expect to learn from these?
And Finally, can you clarify a bit about which graphs the country filter will impact?