Registry / utility / dataframe

dataframe

JSON →
library4.0.1vcpkgunverified

C++ DataFrame for statistical, Financial, and ML analysis in modern C++

vcpkg install dataframe
INSTALL
IMPORT
SIG · DATAFRAME
D
dataframe
utilitycppv4.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataFrame/DataFrame.h
#include <DataFrame/DataFrame.h>

Create a DataFrame and load an index.

#include <DataFrame/DataFrame.h> int main() { hmdf::StdDataFrame<double> df; df.load_index(std::vector<double>{1.0, 2.0, 3.0}); return 0; }
Debug
Known issues
gotchaDataFrame is header-only and requires C++17.
fix
Set CMAKE_CXX_STANDARD to 17 or higher.
affects: *
Upgrade
Version history
4.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

dataframe — pip install dataframe · libregistry