-
Perhaps we should adopt a relative path strategy, instead of absolute path, when saving/reading a substrate created via the ICs tab. For example, currently, it saves it as:
```
…
-
The default number of rows in one batch for importing data into JoinBase is 200, sometimes the import to the JoinBase fails due to the size of the CSV file. Perhaps the first line of the CSV file can …
-
Repro is with Zed commit 963863b.
A community zync user originally surfaced this issue. The inquiry in their own words:
> While doing some data exploration, I noticed that CSV file can be import…
-
** Enhancement **
Acceptance criteria:
- Our CSV files are being parsed by using the CSV-helper library
- Cheeps are represented as an instance of a record
-
when I use...
```
lasfilepath = r'1044931248.las'
log = ptr.Log(lasfilepath)
tops_path = r'D:\Users\duncan.hay\Documents\python\petrophysics\tops.csv'
log.tops_from_csv(tops_path)
print (log.top…
-
```
schools0 = quickstart('artwork0', csv_path='artwork_data.csv', bdb_path='artwork0.bdb')
---------------------------------------------------------------------------
UnicodeEncodeError …
-
#### Code Sample
```
x0 = 18292498239.824
df1 = pd.DataFrame({'One': x0},index=["bignum"])
df1.to_csv('repr_test.csv')
df2 = pd.DataFrame.from_csv('repr_test.csv')
df3 = pd.read_csv('repr_test.csv')
…
-
Hi,
I get a white page when I try to import a csv at clients. /storage/log is empty, but there are errors at the browser console:
`bundle.722de2d2.js:56 TypeError: Cannot read properties of unde…
-
### Problem description
I wish I could read zstd compressed csv files using `read_csv` and ideally also `scan_csv`. See https://stackoverflow.com/questions/76417610/how-to-read-csv-a-zstd-compresse…
-
This is half bug report, half question. If anyone can shed any light, that would be appreciated!
According to the model description:
> Service demands must be given a value for the base time per…