-
**Describe the bug**
when using the `code_interpreter`, it will happen the error, the detail see **`Screenshots`**. If I do not use the `code_interpreter`, it will not have this error.
I can not fi…
-
Data include a lot of broken records. A bulk import can skip them but we want to load them later as an exceptional case. To do it, we want to get those error records written to other files or database…
-
IntChron is listed in #2 as not being included because it requires web scraping. However, after spending some time playing with it, I wonder if this might be revisited.
Essentially, IntChron seems…
-
The code from the notebook to create the model is missing on the website.
Tutorial: https://learn.microsoft.com/en-us/azure/machine-learning/tutorial-pipeline-python-sdk
Link to notebook: https://gi…
ghost updated
2 years ago
-
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Krickets Laptop\.spyder-py3\untitled0.py", line 11, in
shark=pd.re…
-
I assume the problem is below.
- determine header line logic for the case where contain null.
- skip_heaer_line is not passed to guesser
Question:
After this is issued is fixed, could you pub…
-
- [x] Suppose there is one column stores time in UNIX epoch with integer type, provide a function that trans this column to time64, something like `pandas.to_datetime`
- [ ] When exporting time64 c…
-
```
The parser crashes when it reaches an empty line (an example file is
attached).
I have made a patch, which is attached as well, and tested it quite a lot
without obvious problems.
```
Original…
-
```
The parser crashes when it reaches an empty line (an example file is
attached).
I have made a patch, which is attached as well, and tested it quite a lot
without obvious problems.
```
Original…
-
Add a file parser to utils that will generate key value pairs for saving/getting state. Once this is done, it'll take like 2 seconds to add compatibility for checking the gpio.csv file I have added to…