FireDucks has its own API that some pandas do not have. Here are some of them. pandas conversion FireDucks DataFrame/Series has a to_pandas method that allows conversion to pandas data. This is useful, for example, when using an external library that accepts pandas data. Also, fireducks.pandas.from_pandas can be used to convert pandas DataFrames/Series to FireDucks. Explicit intermediate language execution FireDucks provides lazy execution. Lazy execution allows multiple APIs to be executed a...