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

Does the data frame index have to be the same as the primary key column? #29

Closed
ryanmsnyder opened this issue Mar 1, 2021 · 2 comments

Comments

@ryanmsnyder
Copy link

The documentation states that "the index of the DataFrame must be the primary key of the SQL table". However, when testing to see what error would be thrown if the data frame index was set to another unique column other than the primary key column, no error occurs. Am I misunderstanding?

@ThibTrip
Copy link
Owner

ThibTrip commented Mar 1, 2021

Hello @ryanmsnyder! Thansk for writing an issue! It's normal that it works and it seems like I forgot to update the Wiki.

Notably this explanation:

image

Do you think it is okay like this 🤔 ?

@ryanmsnyder
Copy link
Author

That looks good to me @ThibTrip. Thanks for your work on this.

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