Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
emeeks committed Sep 14, 2023
1 parent 7496cf2 commit 78062c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/dataframes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Even though ten rows of data is not a great representation of the data, seeing i

That’s why we integrated a data visualization prototyping environment called Data Prism into DEX. Data Prism uses a heuristic approach to suggest multiple chart views into the tabular data in the dataframe. They’re like faceting the data but the facets are different views instead of just different metrics or dimensions. These might not be great views into the data but they serve as jumping-off points for better understanding the shape of the data in the same way that the html table view helps analysts and scientists think about their data.

We’ll never get away from tables because tables are the fundamental currency of communicating data. Even when you’re working with exotic data structures (hierarchical data, networks, vectors) eventually they become tables due to the accessibility of that representation. And it’s not just native python table data, it takes little effort to envision CSVs as dataframes, Tables as dataframes, Spreadsheets as dataframes (especially now that Excel has integrated python) and SQL databases as sources or sinks for dataframes.
We’ll never get away from tables because tables are the fundamental currency of communicating data. Even when you’re working with exotic data structures (hierarchical data, networks, vectors) eventually they become tables due to the accessibility of that representation. And it’s not just native Python table data, it takes little effort to envision CSVs as dataframes, Tables as dataframes, Spreadsheets as dataframes (especially now that Excel has integrated Python) and SQL databases as sources or sinks for dataframes.

## Answers in Service to a Solution

Expand Down

0 comments on commit 78062c7

Please sign in to comment.