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

Why uuid is only assigned for create_dataframe, not assigned for read_xxx #996

Open
chenkovsky opened this issue Jan 16, 2025 · 2 comments

Comments

@chenkovsky
Copy link
Contributor

I find that uuid is assigned for create_dataframe, but not for read_csv.

it's confusing, when I join two dataframe.

when I join dataframes created from create_dataframe, there's no column name conflict, because two dataframes have different qualifiers.
but it's not that case for read_csv.

maybe it's better to make these methods have similar behavior.

@fullstart
Copy link

read_parquet is also affected

@timsaucer
Copy link
Contributor

I believe this PR will resolve it, but it's been waiting for code review: #964

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

3 participants