-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hxlquickmeta (#9): hxltype, create files with references to the sprea…
…dsheets
- Loading branch information
Showing
10 changed files
with
76 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# About /bin/meta/* | ||
|
||
This folder have an very early draft used by | ||
[/bin/hxlquickmeta](../hxlquickmeta). | ||
|
||
The idea is eventually abstract more what was bootstraped on | ||
EticaAI-Data_HXL-Data-Science-file-formats | ||
<https://docs.google.com/spreadsheets/d/1vFkBSharAEg5g5K2u_iDLCBvpWWPqpzC1hcL6QpFNZY/edit#gid=1066910203> | ||
simmilar to what libraries like Pandas and Numpy do it. | ||
|
||
TODO: Look at other abstractions beyond numpy | ||
|
||
|
||
<!-- | ||
> https://numpy.org/doc/stable/user/basics.rec.html | ||
> Users looking to manipulate tabular data, such as stored in csv files, may | ||
find other pydata projects more suitable, such as xarray, pandas, or DataArray. | ||
These provide a high-level interface for tabular data analysis and are better | ||
optimized for that use. For instance, the C-struct-like memory layout of | ||
structured arrays in numpy can lead to poor cache behavior in comparison. | ||
>> https://github.com/pydata/xarray | ||
> Xarray introduces labels in the form of dimensions, coordinates and attributes | ||
on top of raw NumPy-like arrays, which allows for a more intuitive, more | ||
concise, and less error-prone developer experience. The package includes a | ||
large and growing library of domain-agnostic functions for advanced analytics | ||
and visualization with these data structures. | ||
>> Xarray was inspired by and borrows heavily from pandas, the popular data | ||
analysis package focused on labelled tabular data. It is particularly tailored | ||
to working with netCDF files, which were the source of xarray's data model, | ||
and integrates tightly with dask for parallel computing. | ||
> benchmark https://github.com/pydata/xarray/issues/2799 | ||
>> netCDF | ||
- https://www.unidata.ucar.edu/software/netcdf/examples/files.html | ||
--> |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# *HXLtype | ||
# @see https://github.com/EticaAI/HXL-Data-Science-file-formats/issues/9 | ||
# @see https://docs.google.com/spreadsheets/d/1vFkBSharAEg5g5K2u_iDLCBvpWWPqpzC1hcL6QpFNZY/edit#gid=1066910203 | ||
|
||
|
||
def a1_func(): | ||
print("running a1_func()") | ||
|
||
def test(): | ||
print("hello world") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# DataHXLtype | ||
# @see https://github.com/EticaAI/HXL-Data-Science-file-formats/issues/9 | ||
# @see https://docs.google.com/spreadsheets/d/1vFkBSharAEg5g5K2u_iDLCBvpWWPqpzC1hcL6QpFNZY/edit#gid=717813523 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# LevelHXLtype | ||
# @see https://github.com/EticaAI/HXL-Data-Science-file-formats/issues/9 | ||
# @see https://docs.google.com/spreadsheets/d/1vFkBSharAEg5g5K2u_iDLCBvpWWPqpzC1hcL6QpFNZY/edit#gid=1053765950 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# StorageHXLtype | ||
# @see https://github.com/EticaAI/HXL-Data-Science-file-formats/issues/9 | ||
# @see https://docs.google.com/spreadsheets/d/1vFkBSharAEg5g5K2u_iDLCBvpWWPqpzC1hcL6QpFNZY/edit#gid=211012023 | ||
|
||
|
||
# - https://numpy.org/doc/stable/user/basics.types.html | ||
# - https://numpy.org/doc/stable/reference/generated/numpy.dtype.html#numpy.dtype |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# UsageHXLtype | ||
# @see https://github.com/EticaAI/HXL-Data-Science-file-formats/issues/9 | ||
# @see https://docs.google.com/spreadsheets/d/1vFkBSharAEg5g5K2u_iDLCBvpWWPqpzC1hcL6QpFNZY/edit#gid=617579056 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# WeightHXLtype | ||
# @see https://github.com/EticaAI/HXL-Data-Science-file-formats/issues/9 | ||
# @see https://docs.google.com/spreadsheets/d/1vFkBSharAEg5g5K2u_iDLCBvpWWPqpzC1hcL6QpFNZY/edit#gid=1507056660 |