Skip to content

Conversation

@liudehua777
Copy link

Description

This PR implements support for the Vortex columnar file format in pandas, addressing issue #63418.

Changes

  • Added read_vortex() function to read Vortex files into DataFrames
  • Added DataFrame.to_vortex() method to write DataFrames to Vortex format
  • Comprehensive test suite covering basic I/O, column projection, various dtypes, and index handling

Tests

All tests pass locally:

…rame.to_vortex() methodsfor reading and writing Vortex columnar format files.Closes pandas-dev#63418
@mroeschke
Copy link
Member

Thanks for the PR, but the original issue has not been triaged by a team member yet or accepted by the development team to include in pandas so closing pending further discussion on that issue

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

Successfully merging this pull request may close these issues.

2 participants