Sharing index between dataframes #339
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
hosseinmoein
Nov 10, 2024
Replies: 1 comment 1 reply
-
The only way to share any data including index column is through views (see documentation). Other than that you have to copy the column. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
johanax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The only way to share any data including index column is through views (see documentation). Other than that you have to copy the column.