From 7d892de760ddcfaf1bfca22b5aa7fbd52e178ba1 Mon Sep 17 00:00:00 2001 From: FemtoTrader Date: Tue, 15 Nov 2022 17:34:42 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 82a46ad..20a6319 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,8 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [MarketTechnicals.jl](https://github.com/JuliaQuant/MarketTechnicals.jl) - Technical analysis of financial time series on top of TimeSeries. - [MarketData.jl](https://github.com/JuliaQuant/MarketData.jl) - Time series market data. - [TimeFrames.jl](https://github.com/femtotrader/TimeFrames.jl) - A Julia library that defines TimeFrame (essentially for resampling TimeSeries). +- [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl) - In-memory tabular data in Julia +- [TSFrames.jl](https://github.com/xKDR/TSFrames.jl) - Handle timeseries data on top of the powerful and mature DataFrames.jl ## Java