SmartDataframe vs SmartDatalake #642
-
I dont understand why is there a need to have two types of Dataframes. Arent both doing the same thing? SmartDataframe works only on 1 dataframe whereas SmartDatalake works on multiple. Why cant we use SmartDatalake for everything as 1 dataframe can be considered as multiple dataframes with length 1.
So why can we just generalize it to have only SmartDatalake and take care of length of dfs in the backend? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @adityamiskin, there are some differences. For example, you can use a SmartDataframe as a normal pandas dataframe, which better integrates in the workflow. |
Beta Was this translation helpful? Give feedback.
Hi @adityamiskin, there are some differences.
For example, you can use a SmartDataframe as a normal pandas dataframe, which better integrates in the workflow.
Additionally, you can use shortcuts with SmartDataframes, which are not available on the SmartDatalake.