home.social

Search

1000 results for “r_data_table”

  1. Major data breach: Info of Indians who took Covid vaccine made public by Telegram bot

    The News Minute used the Telegram bot and accessed details of several politicians including KTR, Kanimozhi, Annamalai and Karti Chidambaram, who confirmed that their details were authentic.

    #DataBreach #security #privacy #CoWin #aadhaar #RSSharma #telegram #DataProtection #cybersecurity #technology #india

    thenewsminute.com/article/majo

  2. R and Python sitting in a tree — R. E. T. I. C. U. LATE.

    Our hackathon goal was to showcase how easy it is to work as a part of cross-language team of Python and R to deliver on end-to-end data science project.

    This article deep dives into my journey of using in R to call API function calls written by Riesling in Python with the goal of getting relevant data into R data frames which we could then visualize using GGPlot2.

    medium.com/data-science-at-mic

  3. R and Python sitting in a tree — R. E. T. I. C. U. LATE.

    Our hackathon goal was to showcase how easy it is to work as a part of cross-language team of Python and R to deliver on end-to-end data science project.

    This article deep dives into my journey of using #Reticulate in R to call API function calls written by Riesling in Python with the goal of getting relevant data into R data frames which we could then visualize using GGPlot2.

    #R4DS #Python #RStats

    medium.com/data-science-at-mic

  4. R and Python sitting in a tree — R. E. T. I. C. U. LATE.

    Our hackathon goal was to showcase how easy it is to work as a part of cross-language team of Python and R to deliver on end-to-end data science project.

    This article deep dives into my journey of using #Reticulate in R to call API function calls written by Riesling in Python with the goal of getting relevant data into R data frames which we could then visualize using GGPlot2.

    #R4DS #Python #RStats

    medium.com/data-science-at-mic

  5. R and Python sitting in a tree — R. E. T. I. C. U. LATE.

    Our hackathon goal was to showcase how easy it is to work as a part of cross-language team of Python and R to deliver on end-to-end data science project.

    This article deep dives into my journey of using #Reticulate in R to call API function calls written by Riesling in Python with the goal of getting relevant data into R data frames which we could then visualize using GGPlot2.

    #R4DS #Python #RStats

    medium.com/data-science-at-mic

  6. R and Python sitting in a tree — R. E. T. I. C. U. LATE.

    Our hackathon goal was to showcase how easy it is to work as a part of cross-language team of Python and R to deliver on end-to-end data science project.

    This article deep dives into my journey of using #Reticulate in R to call API function calls written by Riesling in Python with the goal of getting relevant data into R data frames which we could then visualize using GGPlot2.

    #R4DS #Python #RStats

    medium.com/data-science-at-mic

  7. 🎮 #TheBloodofDawnwalker zadebiutuje 3 września. Wydarzenie Road to Launch ujawniło nowe materiały fabularne, gameplay oraz szczegóły edycji gry. Produkcja zaoferuje otwarty świat, decyzje z konsekwencjami i rozbudowaną historię w realiach XIV-wiecznej Europy.

    #giereczkowo

    cat5.pl/the-blood-of-dawnwalke

  8. 🎮 #TheBloodofDawnwalker zadebiutuje 3 września. Wydarzenie Road to Launch ujawniło nowe materiały fabularne, gameplay oraz szczegóły edycji gry. Produkcja zaoferuje otwarty świat, decyzje z konsekwencjami i rozbudowaną historię w realiach XIV-wiecznej Europy.

    #giereczkowo

    cat5.pl/the-blood-of-dawnwalke

  9. 🎮 #TheBloodofDawnwalker zadebiutuje 3 września. Wydarzenie Road to Launch ujawniło nowe materiały fabularne, gameplay oraz szczegóły edycji gry. Produkcja zaoferuje otwarty świat, decyzje z konsekwencjami i rozbudowaną historię w realiach XIV-wiecznej Europy.

    #giereczkowo

    cat5.pl/the-blood-of-dawnwalke

  10. 🎮 #TheBloodofDawnwalker zadebiutuje 3 września. Wydarzenie Road to Launch ujawniło nowe materiały fabularne, gameplay oraz szczegóły edycji gry. Produkcja zaoferuje otwarty świat, decyzje z konsekwencjami i rozbudowaną historię w realiach XIV-wiecznej Europy.

    #giereczkowo

    cat5.pl/the-blood-of-dawnwalke

  11. 🔭 Citizen scientists from Backyard Worlds: Planet 9 have DOUBLED the known population of brown dwarfs! A new paper (Schneider et al., Astronomical Journal) reports 3,000+ motion-confirmed L & T dwarf candidates found by volunteers in WISE/NEOWISE-R data via Zooniverse — over the project's 10 years.

    📅 May 13, 2026
    👉 science.nasa.gov/get-involved/

    #CitizenScience #DataScience #Astronomy #Science

  12. Currently, I am using a Cofree like DirTree data structure in #Akka to keep track of the actors responsible for a given resource so that we can send HTTP messages directly to them.
    ```scala
    case class DirTree[R](
    ref: R,
    kids: HashMap[String, DirTree[R, A]] = HashMap()
    ):
    ```
    github.com/co-operating-system

    I am synchronizing that with a #Java AtomicReference currently. I wonder if @alexelcu setup would make it easier to use a #CatsEffect Ref. One thing I had been thinking of is of wrapping the children in a `Ref` so that one would need to update only parts of the subtree if needed.

    ```scala
    case class DirTree[R](
    data: R,
    kids: Ref[HashMap[String, DirTree[R]]]
    ):
    ```
    pluralsight.com/tech-blog/scal

    By the way it should be quite easy to see why DirTree is just the Cofree Commonad with
    ```scala
    type DirTree[A] = Cofree[Map[String,?],A]
    ```
    But I can't quite see the advantages of using the Cofree right now.
    typelevel.org/cats/api/cats/fr

  13. Because I always forget, here's how to easily decode a kubectl secret with jq (I think there's a built-in way to do this, but life's too short to figure it out).

    kubectl get secret secret -o json | jq -r '.data | to_entries[] | "\(.key): \(.value | @base64d)"'

  14. 17.6 million accounts exposed in the latest Prosper breach – a wake-up call for anyone using peer-to-peer lending. Are you sure your personal data is truly secure? Read more to find out the full impact.

    thedefendopsdiaries.com/prospe

    #databreach
    #prosper
    #cybersecurity
    #peertopeerlending
    #identitytheft

  15. Need to explore relationships between variables while showing statistical insights? The ggscatterstats() function from the ggstatsplot package is your go-to tool.

    Visualization: github.com/IndrajeetPatil/ggst

    Ready to master ggplot2 and its powerful extensions to create impactful visualizations?
    More info: statisticsglobe.com/online-cou

    #data #dataviz #package #programming #rprogramminglanguage #tidyverse #database #ggplot2 #datavisualization #analysisskills

  16. Congratulations to Posit on the Positron IDE exiting beta! 🎉

    This is huge for Python and R data scientists - having a unified, modern IDE that speaks both languages fluently. Can't wait to see how this accelerates data science workflows!

    Grab a copy here: positron.posit.co/download.html

    #positronide #python #rstats

  17. 📣 📣 📣 Last chance to register!🚨

    📊🔬🌟 Join us at King's College London on this Saturday to celebrate everything R & data science 🎉

    This event is perfect for networking and learning for anyone with an interest in these fields. 👩🏽‍💻👨🏼‍💻

    Secure your tickets now🎟 ⬇️ and enjoy a 20% discount at checkout.

    eventbrite.co.uk/e/satrdays-lo

  18. Ugh!

    “Major Data Breach: Info Of Indians Who Took Covid Vaccine Made Public By Telegram Bot”, The News Minute (thenewsminute.com/article/majo).

    PS: The #WTF response by the CEO of NHA #India shows zero understanding of #security or of computers. 🤦🏽‍♂️

    #CoWIN #Telegram #DataBreach

  19. 🚨 Oh no, Zapier's code repo got "borrowed" and your data might be in the hands of someone who actually reads terms and conditions! 🙈 Maybe they were just looking for a better way to automate their lack of cybersecurity. 📉
    theverge.com/news/622026/zapie #ZapierSecurity #DataBreach #CyberAwareness #AutomationRisks #TermsAndConditions #HackerNews #ngated