FireDucks provides the same API (class names, method names, and attribute names) as pandas, and aims for compatibility in terms of being able to use it simply by changing import statements. Compatibility Concept We do not aim for compatibility in the following aspects. Complete consistency of class names FireDucks provides a pandas-compatible API in the module fireducks.pandas. The complete class names, including module names, are different from those of pandas. For example, the data frame ty...