-
I really like the proposal so far đź‘Ť
Are there any plans to provide a semi-stable C++/Cython API that could be used by other projects for things beyond simple pandas integration? (As in being able to w…
-
I've just tried the library:
https://streamlit.io/
https://docs.streamlit.io/library/get-started/create-an-app
https://docs.streamlit.io/library/api-reference
Besides Tensorboard, I've run it…
-
Creating a user interface similar to Google Sheets using Python as an open-source solution can be approached in a few different ways. Here's a breakdown of technologies and libraries you might use to …
-
#### Arctic Version
```
arctic==1.79.4
pandas=1.1.5
```
#### Arctic Store
```
TickStore
```
#### Platform and version
Ubuntu Linux 20.04, Python 3.8.8 (Anaconda), running JupyterLa…
-
I am using scikit-learn version 0.23.1 and I get the following error:
AttributeError: module 'sklearn.metrics' has no attribute 'jaccard_similarity_score'
when calling the function ConfusionMatrix.
-
List the used python packages and dependencies with their version name in the package.json when creating or editing a model.
One strategy here is (unless something better is discovered) to do it w…
-
### Is your feature request related to a problem?
Currently, in the case of inexact matches, you can select the nearest coordinate, the next coordinate, or the previous coordinate. This works well …
-
For some reason, I had some trouble installing the libraries contained in the *requirements.txt*. Maybe the library version specified is outdated or something.
### Additional notes
- I'm working o…
-
### Sample Code
```
from yahoofinancials import YahooFinancials
import pandas as pd
def dropnested(alist):
outputdict = {}
dates = []
for dic in alist:
for key, value in …
-
```java
import pyarrow as pa
import pandas as pd
arr = pa.array([pd.Timestamp(year=2020, month=1, day=1, nanosecond=999)])
print(arr)
print(arr.type)
```
This gives:
```
[
2020-01-01 00:…