data-analytics
Here are 1,363 public repositories matching this topic...
-
Updated
May 19, 2022
to_dict() equivalent
I would like to convert a DataFrame to a JSON object the same way that Pandas does with to_dict().
toJSON() treats rows as elements in an array, and ignores the index labels. But to_dict() uses the index as keys.
Here is an example of what I have in mind:
function to_dict(df) {
const rows = df.toJSON();
const entries = df.index.map((e, i) => ({ [e]: rows[i] }));
Refactoring request
Rename the namespace starrocks::vectorized to starrocks for codes under be/src/storage.
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
May 31, 2022 - Java
-
Updated
Jan 24, 2021 - C
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jun 1, 2022 - Python
-
Updated
Jun 1, 2022 - Python
-
Updated
Mar 8, 2022 - Java
如果想前后端分离部署
前端需要什么特殊环境不,还是nginx即可?
需要改动哪些地方的配置和代码吗?
-
Updated
Jun 22, 2021 - Python
-
Updated
Jan 6, 2019 - Python
-
Updated
Feb 13, 2022 - Ruby
So I was staring at the spiffy new Gitlab container registry and really appreciating that it has a lot of boxes that are like "run this command to pull this container" or "run this command to login to the registry" and it struck me that it would be totally SUPER if girder had this same kind of functionality. Obviously it wouldn't be appropriate for all instances so you'd want it to be a pl
-
Updated
May 27, 2022 - Java
-
Updated
Jun 1, 2022 - Jupyter Notebook
Is your feature request related to a problem? Please describe.
Job Log 화면 검색조건 내 상태(Running) 의 추가가 필요함
- Canceled를 추가할지에 대해서는 고민이 필요함
-
Updated
Mar 20, 2022 - Python
-
Updated
May 30, 2022 - TypeScript
-
Updated
Mar 31, 2020 - C++
-
Updated
Nov 26, 2018 - Java
Hello, I would like to know if there is already any method developed to match the flight_ids obtained from So6 to ADS-B files. I’m trying to use the assign_id method for both files but it seems to be assigned differnent new flight-ids for SO6 and ADS-B same flights.
Thank you.
-
Updated
Jul 7, 2019 - PHP
-
Updated
Aug 3, 2020 - Jupyter Notebook
-
Updated
May 30, 2022 - JavaScript
-
Updated
Dec 27, 2021 - Jupyter Notebook
-
Updated
Dec 1, 2021 - JavaScript
Improve this page
Add a description, image, and links to the data-analytics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-analytics topic, visit your repo's landing page and select "manage topics."

The Mixed Time-Series chart type allows for configuring the title of the primary and the secondary y-axis.
However, while only the title of the primary axis is shown next to the axis, the title of the secondary one is placed at the upper end of the axis where it gets hidden by bar values and zoom controls.
How to reproduce the bug