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
Idea of : Write once, re-use anywhere is good.
Think it woyld be good to remove dependency on jupyter and only allows :
python base code CLI
to ensure more portability.
Have got similar idea : pip install utilmy A collection of One Liner to do tasks
df = pd_read_file ( from anywhere S3, local, Hadooop, . any format)
The text was updated successfully, but these errors were encountered:
hi @pprokevin what is your issue content? you want us to strip down the requirements/dependencies?
Sorry, something went wrong.
Hi @pprokevin we've added support for python only, bash scripts will follow
Here a little recording how this works.....https://www.youtube.com/watch?v=IhrIzLgY-Cg
No branches or pull requests
Idea of : Write once, re-use anywhere is good.
Think it woyld be good to remove dependency on jupyter
and only allows :
to ensure more portability.
Have got similar idea :
pip install utilmy
A collection of One Liner to do tasks
The text was updated successfully, but these errors were encountered: