kieferk / dfply

dplyr-style piping operations for pandas dataframes
GNU General Public License v3.0
889 stars 103 forks source link

Issues to convert to pandas dataframe #90

Open Nishantk42 opened 4 years ago

Nishantk42 commented 4 years ago

Hi, When I use the data using dfply the type of data is dfply.pipe and if I run a command like dataframe.info() it doesn’t recognise the pandas functions. How can I change to a pandas dataframe? I tried to convert to Pd.DataFrame but it doesn’t let me convert. Can you please help?