issue_comments
5 rows where author_association = "MEMBER", issue = 293913247 and user = 2443309 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- xarray tutorial at SciPy 2018? · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
377845565 | https://github.com/pydata/xarray/issues/1882#issuecomment-377845565 | https://api.github.com/repos/pydata/xarray/issues/1882 | MDEyOklzc3VlQ29tbWVudDM3Nzg0NTU2NQ== | jhamman 2443309 | 2018-04-02T03:23:09Z | 2018-04-02T03:23:09Z | MEMBER | We heard over the weekend that the xarray tutorial was not selected for Scipy 2018. From reading the reviewer comments, it sounds like we (mostly I) did not provide a sufficient outline of topics to fully describe what the tutorial would cover. This seems mostly like a misunderstanding on my part as to the expected level of detail in the abstract. In the hopes that we'll be able to get a slot for one of these in the next few years, I'll post both the abstract and review comments here. Abstract:Xarray provides data structures for N-dimensional labeled arrays and a toolkit for scalable data analysis on large, complex datasets with many related variables, such as those that occur in the disciplines of earth science, astronomy, and finance. Xarray combines the power of labeled data structures from Pandas, with the N-dimensional arrays from Numpy and parallel out-of-core computation from Dask, to provide an intuitive and powerful platform for scientific analysis of large multi-dimensional datasets. This tutorial introduces data scientists who may already be familiar with Numpy or Pandas to the Xarray data model and tool kit. Following an introduction to Xarray, we will introduce tools for scaling real-world scientific data analysis workflows using Xarray and Dask. Students will leave this tutorial with 1) a comprehensive understanding of the Xarray data model, 2) the ability to apply the Xarray tool kit to analysis workflows that fit in memory, and 3) the ability to scale those same workflows to datasets that are much too large to fit into memory (GBs to TBs). Participants are expected to have some familiarity with Jupyter, Numpy, and Pandas. Links: http://xarray.pydata.org, http://dask.pydata.org Short Description of the Tutorial:Xarray provides data structures for N-dimensional labeled arrays and a toolkit for scalable data analysis on large, complex datasets with many related variables. Xarray combines the power of labeled data structures from Pandas, with the N-dimensional arrays from Numpy and parallel out-of-core computation from Dask, to provide an intuitive and powerful platform for scientific analysis of large multi-dimensional datasets. This tutorial introduces data scientists who may already be familiar with Numpy or Pandas to the Xarray package. We will guide participants through the process of scaling Xarray computations from small to big data science workflows. Review Comments:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray tutorial at SciPy 2018? 293913247 | |
367923498 | https://github.com/pydata/xarray/issues/1882#issuecomment-367923498 | https://api.github.com/repos/pydata/xarray/issues/1882 | MDEyOklzc3VlQ29tbWVudDM2NzkyMzQ5OA== | jhamman 2443309 | 2018-02-23T06:36:53Z | 2018-02-23T06:36:53Z | MEMBER | @GiorgioBalestrieri - Yes. Both tutorials will be made available. Stay tuned! |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray tutorial at SciPy 2018? 293913247 | |
365717677 | https://github.com/pydata/xarray/issues/1882#issuecomment-365717677 | https://api.github.com/repos/pydata/xarray/issues/1882 | MDEyOklzc3VlQ29tbWVudDM2NTcxNzY3Nw== | jhamman 2443309 | 2018-02-14T19:26:37Z | 2018-02-14T19:26:37Z | MEMBER | @jakevdp - do you know of any astronomy applications of xarray? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray tutorial at SciPy 2018? 293913247 | |
365055584 | https://github.com/pydata/xarray/issues/1882#issuecomment-365055584 | https://api.github.com/repos/pydata/xarray/issues/1882 | MDEyOklzc3VlQ29tbWVudDM2NTA1NTU4NA== | jhamman 2443309 | 2018-02-12T20:43:33Z | 2018-02-12T20:43:33Z | MEMBER | I submitted an abstract for an xarray tutorial today. More information to come as we get closer to the conference but for now the title: Xarray for Scalable Scientific Data Analysis. Stay tuned! |
{ "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray tutorial at SciPy 2018? 293913247 | |
363172906 | https://github.com/pydata/xarray/issues/1882#issuecomment-363172906 | https://api.github.com/repos/pydata/xarray/issues/1882 | MDEyOklzc3VlQ29tbWVudDM2MzE3MjkwNg== | jhamman 2443309 | 2018-02-05T18:18:44Z | 2018-02-05T18:18:44Z | MEMBER | If I can get some help putting together the materials, I can lead tutorial. @kmpaul and I are already preparing an Xarray tutorial for April (link) so really we just need to adapt what we come up with for that to be useful for Scipy. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray tutorial at SciPy 2018? 293913247 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 1