Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 975 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 975 Bytes
 __       ___       ___  __              ___  __  
|  \  /\   |   /\  |__  |__)  /\   |\/| |__  /__` 
|__/ /~~\  |  /~~\ |    |  \ /~~\  |  | |___ .__/ 
                                                  

Explore all methods and feautures available for DataFrame based operation

Features

  • create/ export DF
  • slice rows and/or columns of DF
  • conditional subset rows of DF
  • add/ update/ rename/ delete columns in DF
  • joins of DF
  • merge rows of more than one DF
  • transpose/ pivot DF

Resources

Python vs R vs Spark