Skip to content

Create Tables.ipynb#1

Open
luisarmandom wants to merge 3 commits intofoltaProject:mainfrom
luisarmandom:main
Open

Create Tables.ipynb#1
luisarmandom wants to merge 3 commits intofoltaProject:mainfrom
luisarmandom:main

Conversation

@luisarmandom
Copy link
Copy Markdown

Added Tables Skill

"\n",
"Tables are a simple way to organize and store data. They are commonly used in spreadsheets (think Excel or Google Sheets) and databases, where each row holds a record, and each column holds a different attribute of that record.\n",
"\n",
"CSV files (Comma-Separated Values) are one of the most popular formats for storing tables. This files can be easily exported from an Excel or Google Sheets file (or opened via one of these applications)."
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally for the skill lessons I try to provide a concrete example. In this case, I think it would make sense to have an example CSV (something straightforward) that we provide among the corpora, then demonstrate loading it and viewing it (before we do anything with their own files)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have this file, but I'm not sure how to upload it to the site or you mean in a different way? It's the data.csv used in the reading example. Let me know how and I'll add it.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For big corpora, the best way is to provide it is with a readonly shared folder, which we already have for corpora. This is described here: https://tljh.jupyter.org/en/latest/howto/content/share-data.html#option-2-create-a-read-only-shared-folder-for-data

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now (since the server is a mess) can we just assume the files will be there, and use the appropriate path? You can check how we load corpora to figure out what the path is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants