-
```
What steps will reproduce the problem?
1.A rerun of the program
What is the expected output? What do you see instead?
I get all data lines, totally about 3 Mb of data but the ISIN, Exchange and …
-
Currently, to extend pandas `Series`, `DataFrame` and `Index` with user-defined methods, we use accessors in the next way:
```python
@pandas.api.extensions.register_series_accessor('emoji')
class…
-
test_adata=ad[ad.obs['celltype'].isin(['T-GO01','T-GO05'])]
dds_meta=ov.bulk.pyDEG(test_adata.to_df().T)
dds_meta.drop_duplicates_index()
print('... drop_duplicates_index success')
treatment_gro…
-
Comes up in a few places, e.g.:
https://github.com/PolicyEngine/openfisca-uk/blob/693eb3d6ab49eb0ce1c14a4c740364fbbe9615ee/openfisca_uk/variables/demographic/benunit.py#L175-L179
-
When computing yearly means for STELLDBTN and surrounding stations, I noticed the yearly mean of STELLDBTN for 2013 is unexpectely low. This was originally reported in M220207273 on 9-2-2022.
```py…
-
There should be descriptions of how long a typical synthetic data run takes.
For performance consideration:
parsing txt file to number into numpy is much more time-consuming than direct loading .n…
-
**Is your feature request related to a problem? Please describe.**
While benchmarking cuDF-python, I noticed that [bench_isin](https://github.com/rapidsai/cudf/blob/65a782112f4b76941483adf17f9a30a682…
-
Hi, sorry to be asking here instead of SO but I am not sure if someone is actively looking at SO since I haven't received any response yet.
I am facing an issue relative to splitting my data based …
-
One potential small issue to note with the BoardEx data is that there appear to be a handful of duplicate gvkey-year combinations. I attempted to resolve duplicates in the existing script -- probably …
-
```
What steps will reproduce the problem?
1.A rerun of the program
What is the expected output? What do you see instead?
I get all data lines, totally about 3 Mb of data but the ISIN, Exchange and …