Skip to content
#

data-analytics

Here are 866 public repositories matching this topic...

danfojs
risenW
risenW commented Apr 22, 2021

Selecting a column from a dataframe returns a Series, but the .str accessor does not work. For example running the following:

data = { "Name": ["Apples", "App", "Banana", undefined],
            "Count": [NaN, 5, NaN, 10] ,
            "Price": [200, 300, 40, 250] }

df = new dfd.DataFrame(data)
name_sf = df.column("Name")
name_sf.str.startsWith("App")

gives the fol

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 May 12, 2021
  • 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

Data-Science-Resources
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.

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