Skip to content

Commit 8b47791

Browse files
authored
Update README.md inside core
1 parent 66c8a36 commit 8b47791

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

core/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
This is the core of the library, published as the `dataframe-core` package.
44
It contains the DataFrame API and its implementation, as well as plenty of JUnit tests.
55

6-
I/O operations are split off into other modules, like [:dataframe-excel](../dataframe-excel),
7-
or [:dataframe-jdbc](../dataframe-jdbc), however, this is has not happened yet for all operations
8-
(see [Issue #100](https://github.com/Kotlin/dataframe/issues/100)).
6+
I/O operations are split off into other modules, like [:dataframe-excel](../dataframe-excel), [:dataframe-jdbc](../dataframe-jdbc), or [:dataframe-json](../dataframe-json).
97

108
At the moment, these integrations are still part of the `:core` module:
119

1210
- (deprecated) csv/tsv
1311
- html
14-
- json
1512

1613
### Korro code samples
1714

0 commit comments

Comments
 (0)