Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
813 stars 57 forks source link

Update SQL all table/schemas reading functions to return maps with table names #718

Closed zaleslaw closed 3 months ago

zaleslaw commented 3 months ago

Fixes #671

Refactored the SQL table reading functions to return map data structures instead of list. This change helps to easily correlate each dataframe with its underlying table. Additionally, the function comments and test cases were updated to match this change.