Monday, 8 November 2021

Why does Pandas allow non-unique index?

Pandas allows both unique and non-unique indices. Some of the operations only allow unique indices. In what situation would it make sense to use non-unique indices? I think enforcing uniqueness of the indices can help discover data integrity problems upfront.



from Why does Pandas allow non-unique index?

No comments:

Post a Comment