Registry / utility / dataframe

dataframe

JSON →
library4.0.1vcpkgunverified

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

utility
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.

#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 footguns
gotchaDataFrame is header-only and requires C++17.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
9 hits · last 30 days
gptbot
3
claudebot
3
Resources

No resource links recorded.