GAA-UAM / scikit-fda

Functional Data Analysis Python package
https://fda.readthedocs.io
BSD 3-Clause "New" or "Revised" License
290 stars 51 forks source link

Integration with Pandas #443

Open vnmabus opened 2 years ago

vnmabus commented 2 years ago

Is your feature request related to a problem? Please describe. It is often the case where the observations do not consist only of one function. Instead, observations can consist of mixed data, including several functions, multivariate data, or categorical variables.

In Python a common solution to store this kind of data are Pandas DataFrame objects. In order to support mixed or multivariate functional data, we need to integrate well with these.

Describe the solution you'd like We need to: