-
Updated
Sep 17, 2021 - PHP
data-management
Here are 383 public repositories matching this topic...
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Mar 8, 2021 - JavaScript
-
Updated
Mar 16, 2021 - Java
-
Updated
Sep 16, 2021 - R
-
Updated
Nov 8, 2017 - TypeScript
-
Updated
Sep 17, 2021 - Vue
-
Updated
Sep 17, 2021 - HTML
-
Updated
Sep 16, 2021 - C++
-
Updated
Apr 22, 2021 - Java
-
Updated
Oct 12, 2020 - C#
-
Updated
Sep 10, 2021 - Jupyter Notebook
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Jul 5, 2021 - C#
-
Updated
Sep 17, 2021 - JavaScript
-
Updated
Apr 26, 2021 - C#
-
Updated
Jul 28, 2021 - Lasso
Improve CSV export
Motivation
Some Rucio CLI subcommands support exporting the information in CSV format. In some cases, there’s a space inserted after the comma, which should be removed (makes it cumbersome to use cut
or other similar utilities).
Additionally, we can make use of the print()
function’s features instead of using a format string.
Modification
-
Updated
Feb 3, 2021 - C#
-
Updated
Aug 10, 2021 - C++
When viewing and editing JSON, it is fairly common to have somewhat deeply nested items which become difficult to view in the browser. Switching the default indentation back to 2 spaces (instead of 4) will help.
-
Updated
Nov 7, 2019 - Python
-
Updated
Sep 13, 2021 - Python
-
Updated
Jul 1, 2021
When reading CSV and coercing a column into DATE
type the reader fails to parse value in day/month/year
and silently outputs ALL rows as null
.
Expectation: a readable error is displayed asking to specify the dateFormat
-
Updated
Aug 25, 2021 - Python
Improve this page
Add a description, image, and links to the data-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-management topic, visit your repo's landing page and select "manage topics."
So I was staring at the spiffy new Gitlab container registry and really appreciating that it has a lot of boxes that are like "run this command to pull this container" or "run this command to login to the registry" and it struck me that it would be totally SUPER if girder had this same kind of functionality. Obviously it wouldn't be appropriate for all instances so you'd want it to be a pl