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

states.sql file have a error data #732

Open
enzochen opened this issue Dec 2, 2023 · 2 comments
Open

states.sql file have a error data #732

enzochen opened this issue Dec 2, 2023 · 2 comments

Comments

@enzochen
Copy link

enzochen commented Dec 2, 2023

the date of id 2272 name is "Shaanxi" current . the correct name should be "Shanxi"

@dr5hn
Copy link
Owner

dr5hn commented Mar 4, 2024

@dosubot please label this Issue and also create a sizes label for issues similar you did for PRs. and find out how much effort will be required to solve this issue and label it accordinly.

Copy link

dosubot bot commented Mar 4, 2024

Hey @dr5hn! 😄 Great to see you diving back into the data maze with us. How's everything going on your end?

Thank you for bringing this to our attention. I've labeled this issue as data-error to categorize it properly. For sizing, based on the information provided and the nature of the issue, it seems like a small effort to correct the data.

To correct the data, we would need to update the states.sql file. The record with id 2272 should be updated from "Shaanxi" to "Shanxi". The SQL command would look something like this:

UPDATE states SET name = 'Shanxi' WHERE id = 2272;

This command will update the name of the state with id 2272 to "Shanxi". After running this command, the data should be corrected.

Please note that this change will need to be made by someone with write access to the repository, as I, Dosu, am unable to make changes to the repository directly.

If there are any other issues or errors you come across, please don't hesitate to let us know.

Sources

About Dosu

This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

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

2 participants