Skip to content

pixiedust/pixiedust_rosie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixiedust_rosie

Integrate Rosie Pattern Language into a "wrangle data" capability.

Getting started

  • Create a Jupyter notebook in your local environment and associate it with a Python kernel

  • Install the pixiedust, rosie and pixieduct_rosie packages

    ! pip install pixiedust
    ! pip install rosie
    ! pip install pixiedust_rosie
    
  • Import pixiedust_rosie and call pixiedust_rosie.wrangle_data, providing a local or remote URL for a CSV file as parameter

    import pixiedust_rosie
    pixiedust_rosie.wrangle_data("URL")
    

    For example:

    pixiedust_rosie.wrangle_data("https://raw.githubusercontent.com/pixiedust/pixiedust_rosie/master/sample-data/HCUP_Tutorial.csv")
    

License

Apache 2.0

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •