We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The GraphicWalker is quite powerful. Please add a CLI command for quickly exploring a .csv or .parquet file.
GraphicWalker
.csv
.parquet
gw show my_data.parquet
Should then start a server on a port. The user can click the link and open in a browser.
gw show my_data.parquet --show
This should also open the browser for the user.
It should be possible to specify a url or s3 bucket instead of a file path.
The text was updated successfully, but these errors were encountered:
Would be nice if someone similarly developed a VS Code extension and a jupyterlab extension. They could provide something unique.
Sorry, something went wrong.
No branches or pull requests
The
GraphicWalker
is quite powerful. Please add a CLI command for quickly exploring a.csv
or.parquet
file.Should then start a server on a port. The user can click the link and open in a browser.
This should also open the browser for the user.
It should be possible to specify a url or s3 bucket instead of a file path.
The text was updated successfully, but these errors were encountered: