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

Fix #84 Schools are not plotted in map in streamlit app #1

Merged
merged 1 commit into from
May 7, 2024

Conversation

0xSolidityWeb3
Copy link
Owner

@0xSolidityWeb3 0xSolidityWeb3 commented May 6, 2024

Summary

Please summarize your changes in the title above in a general way.
Few additional features have been added in the codebase and improvise in the readability of streamlit codebase

  1. Schools will now be plotted on the map alongside centers, using a different colored marker.

  2. The list serial number now starts from 1 instead of 0.

  • In "filter_data" function, when filtering the DataFrame based on the selected type and value, the filter was being applied directly to the DataFrame without resetting the index.
  1. Removed thousand separators from scode and cscode.

  2. Changed the marker style for better aesthetics.

Pull request type

Please tick the type of change your PR introduces:

  • [✅] Bugfix
  • [✅] Feature
  • [✅] Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

Few additional features have been added in the codebase and improvise in the readability of streamlit codebase

1) Schools will now be plotted on the map alongside centers, using a different colored marker.

2) The list serial number now starts from 1 instead of 0.
- In "filter_data" function, when filtering the DataFrame based on the selected type and value, the filter was being applied directly to the DataFrame without resetting the index.

3) Removed thousand separators from scode and cscode.

4) Changed the marker style for better aesthetics.
@0xSolidityWeb3 0xSolidityWeb3 merged commit de3d861 into main May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant