-
### Expected Behavior
Hello, I have a strategy for trade. After trade with backtesting library, I have some trades list in a dataframe called trades. but the problem is closing active trades. I mean …
-
### Expected Behavior
Trend line should appear for all timeframe
### Current Behaviour
A vertical ine is shown instead of trend line (The trend_line is not working rather than working for some spec…
-
When logging a list of values to wandb with wandb.log the list is resolved as a histogram. Upon querying finished runs I can only retrieve the histogram format, not the underlying data.
```python
…
-
Hi,
I have 3 ADAT files generated from DRAGEN DRAGEN_Protein_Quantification. I want to analyze these ADAT files together, how can I merge multiple ADAT files?
Thanks,
Junyan
-
### Describe the bug
Everywhere `as_of` can be used we should document what format of timestamp it supports and that it assumes it to be UTC (rather than the local time). Also, what happens for t…
-
So I am trying to use Polars and Rust for DataFrames and I think the biggest thing missing is the ability to read excel file and save it as dataframe in Rust. I am talking here about Rust version of P…
-
The RDKit library's PandasTools.LoadSDF function currently lacks the ability to automatically detect the data types of columns when loading data from an SDF file into a Pandas DataFrame. Users have to…
ichxw updated
1 month ago
-
**Is your feature request related to a problem? Please describe.**
When the pipeline involves more than one dataframe library, I couldn't found any methods to use the same SchemaModel definition for …
-
The ["Choose good names" section](https://kotlinlang.org/docs/coding-conventions.html#choose-good-names) of the Kotlin Coding Conventions documentation, mentions that acronyms longer than two characte…
dunca updated
3 months ago
-
Im using the library on a nested dataframe ex:
this is my schema:
```
StructField("A", ArrayType(StructType([
StructField("B", StructType([
StructField("C", StringType(), True)…