Metadata-Version: 2.1
Name: rutil
Version: 0.0.2
Summary: R original utilities now in python
Home-page: UNKNOWN
Author: Ismael Cabral
License: UNKNOWN
Keywords: R language,R,str(),pandas,struture
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=1.0.0)
Requires-Dist: python-dateutil (>=2)
Provides-Extra: dev
Requires-Dist: black (>=21.9b0) ; extra == 'dev'
Requires-Dist: pre-commit (>=2.15.0) ; extra == 'dev'
Requires-Dist: pytest (>=6.2.1) ; extra == 'dev'
Requires-Dist: pylint (>=2.7.4) ; extra == 'dev'
Requires-Dist: jupyterlab ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: seaborn ; extra == 'dev'

# brief
A adaptation of the str function from R to Python


    The idea of this package is to translate useful R functions into python
    The first implementation is the R str() function to show the structure of pandas dataframes


    You can modify the lenght of the columns by changing the number of characters to display

    pystr(df, colname_len=10, dtype_len=10 ,content_len=50)


