Skip to content
#

data-analytics

Here are 1,281 public repositories matching this topic...

superset
rumbin
rumbin commented Jan 31, 2022

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

  1. Create a mixed time-series chart
  2. Configure axi
good first issue #bug validation:validated preset:cares
danfojs
kylemcdonald
kylemcdonald commented Mar 2, 2022

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] }));
  
enhancement good first issue
stdpain
stdpain commented Apr 5, 2022

Use ColumnRef instead of SlotRef.

we should remove these files:

 be/src/exprs/slot_ref.h 
 be/src/exprs/slot_ref.cpp 

and do some change in these files:

 be/src/exec/vectorized/mysql_scan_node.cpp 
 be/src/exprs/expr.cpp
 be/src/util/arrow/row_batch.cpp
 be/test/exec/parquet/file_reader_test.cpp

patch:

-#include "exprs/slot_ref.h"

And remove u

good first issue type/cleanup
PriPatel
PriPatel commented Mar 31, 2022

Description: What is it?

There is way too much content for the user to take in when they try to run a query. They might look at the table information once or twice but it doesn't need to be visible at all times.

For now we could just hide the info under the dropdown. It makes things much cleaner and gives more space for the user to carry out the primary goals. (not a final design, just

feature-request frontend good first issue
abixen-platform

Abixen Platform is a microservices based software platform for building enterprise applications delivering functionalities through creating particular microservices and integrating by provided CMS.

  • Updated Mar 8, 2022
  • Java

ARX is a comprehensive open source data anonymization tool aiming to provide scalability and usability. It supports various anonymization techniques, methods for analyzing data quality and re-identification risks and it supports well-known privacy models, such as k-anonymity, l-diversity, t-closeness and differential privacy.

  • Updated Feb 17, 2022
  • Java
kotfic
kotfic commented Apr 12, 2018

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

AnnieHwang
AnnieHwang commented Nov 1, 2018

Is your feature request related to a problem? Please describe.
Job Log 화면 검색조건 내 상태(Running) 의 추가가 필요함

  • Canceled를 추가할지에 대해서는 고민이 필요함

하단 화면 참고바람
image

enhancement good first issue @datamonitoring
javisaezh
javisaezh commented Nov 25, 2020

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.

enhancement good first issue
Data-Science-Resources

Improve this page

Add a description, image, and links to the data-analytics topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more