-
* Reading a CSV file (from s3), enriching it against a database and an API, then writing it to a database
* Reading a CSV file, (from s3), enriching it against a database and an API, then writing it…
-
It looks like the original author had ideas for other output formats other than plain text. I see HTML as one format in the code.
I was curious how hard it would be to add CSV? It appears I could co…
-
Hi,
Can you please give more information regarding the input csv file? How the data should be organized? or adding an example of such file?
Thanks
-
Hi I'm trying to use you're code to embebed a dashboard in a web but I can't find the right format that the csv must have. I also have some doubts with the content that the directories must have.
I…
-
this is test_data/mseed:
![image](https://github.com/user-attachments/assets/b1ab97dc-f9c7-4489-9457-08aee2ce9a9f)
but test_data/mseed.csv:
![image](https://github.com/user-attachments/assets/4636…
-
[appc_test_102924.csv](https://github.com/user-attachments/files/17562462/appc_test_102924.csv)
Hi all,
I'm running into an error trying to pull newer estimates that include 2024 dates. Here is t…
-
[xrd23d_log.txt](https://github.com/k-kemna/XRD23D/files/9575358/xrd23d_log.txt)
What is the exact suggested format of the CSV headers, e.g. Angle;Intensity;X_Coord;Y_Coord;ID?
Where the ID of each …
-
`README.md` states:
* Two Column CSV Data Import Compatibility
I'm struggling to make that work, however.
Very basic `data.csv`:
```
1,0
2,1
3,2
4,1
5,0
6,1
7,2
8,1
```
With th…
-
Make the code flexible to read from different formats including json, xml, etc in addition to CSV
-
The controller [inflammation-analysis.py](https://github.com/Donnyvdm/python-intermediate-inflammation/blob/main/inflammation-analysis.py) only accepts input from .csv files. It would be appreciated i…