Skip to content

Commit 65cf5b5

Browse files
author
Ivan Gavryliuk
committed
saving work
1 parent d371ffd commit 65cf5b5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ A set of LINQ operators to calculate the following functions on a stream of numb
2222
- Standard Deviation
2323
- Variance
2424

25-
## DataFrame.Data
26-
27-
General data structures useful in math calculation. Nothing here yet.
25+
Common math data structures - `Matrix<T>`, `Series`, `Frame`
2826

2927
## DataFrame.Formats
3028

31-
Integration with different data formats (Parquet, CSV etc.). Nothing here yet.
29+
Integration with different data formats (Parquet, CSV etc.). Supported formats:
30+
31+
- Apache Parquet
32+
- CSV
3233

3334
## Contributing
3435

src/DataFrame.sln

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1515
..\appveyor.ps1 = ..\appveyor.ps1
1616
..\appveyor.yml = ..\appveyor.yml
1717
..\LICENSE = ..\LICENSE
18-
..\README.md = ..\README.md
1918
EndProjectSection
2019
EndProject
2120
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataFrame.Formats", "DataFrame.Formats\DataFrame.Formats.csproj", "{F59E57DE-31D5-4E03-BDD0-4F2DD4BD3914}"

0 commit comments

Comments
 (0)