home.social

#cudf — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cudf, aggregated by home.social.

  1. My latest: Dell Technologies jumps into the ring with NetApp and VAST Data, unveiling a new #AI #dataorchestration product built on its Dataloop acquisition, as NVIDIA #STX shakes up the #enterprisedatastorage industry.

    Key quote: "The #cuDF and #cuVS integrations quietly showing up inside #Snowflake, #Starburst, #watsonx -- those matter more to an #enterpriseIT leader's next 12 months than anything Jensen [Huang] showed on the big stage."

    Find out why that is, as well as how the Dell Data Orchestration Engine stacks up to competitors: techtarget.com/searchstorage/n #GTC26 #Nvidia

  2. My latest: Dell Technologies jumps into the ring with NetApp and VAST Data, unveiling a new #AI #dataorchestration product built on its Dataloop acquisition, as NVIDIA #STX shakes up the #enterprisedatastorage industry.

    Key quote: "The #cuDF and #cuVS integrations quietly showing up inside #Snowflake, #Starburst, #watsonx -- those matter more to an #enterpriseIT leader's next 12 months than anything Jensen [Huang] showed on the big stage."

    Find out why that is, as well as how the Dell Data Orchestration Engine stacks up to competitors: techtarget.com/searchstorage/n #GTC26 #Nvidia

  3. My latest: Dell Technologies jumps into the ring with NetApp and VAST Data, unveiling a new product built on its Dataloop acquisition, as NVIDIA shakes up the industry.

    Key quote: "The and integrations quietly showing up inside , , -- those matter more to an leader's next 12 months than anything Jensen [Huang] showed on the big stage."

    Find out why that is, as well as how the Dell Data Orchestration Engine stacks up to competitors: techtarget.com/searchstorage/n

  4. My latest: Dell Technologies jumps into the ring with NetApp and VAST Data, unveiling a new #AI #dataorchestration product built on its Dataloop acquisition, as NVIDIA #STX shakes up the #enterprisedatastorage industry.

    Key quote: "The #cuDF and #cuVS integrations quietly showing up inside #Snowflake, #Starburst, #watsonx -- those matter more to an #enterpriseIT leader's next 12 months than anything Jensen [Huang] showed on the big stage."

    Find out why that is, as well as how the Dell Data Orchestration Engine stacks up to competitors: techtarget.com/searchstorage/n #GTC26 #Nvidia

  5. My latest: Dell Technologies jumps into the ring with NetApp and VAST Data, unveiling a new #AI #dataorchestration product built on its Dataloop acquisition, as NVIDIA #STX shakes up the #enterprisedatastorage industry.

    Key quote: "The #cuDF and #cuVS integrations quietly showing up inside #Snowflake, #Starburst, #watsonx -- those matter more to an #enterpriseIT leader's next 12 months than anything Jensen [Huang] showed on the big stage."

    Find out why that is, as well as how the Dell Data Orchestration Engine stacks up to competitors: techtarget.com/searchstorage/n #GTC26 #Nvidia

  6. Supercharge your data work! Our GPU Time Series Analysis tutorial shows you how to use cuDF & Python for incredible speed. Boost performance now. #GPUDataScience #TimeSeries #cuDF #Python #BigData #DataAnalysis #NVIDIA

    teguhteja.id/gpu-time-series-a

  7. Supercharge your data work! Our GPU Time Series Analysis tutorial shows you how to use cuDF & Python for incredible speed. Boost performance now. #GPUDataScience #TimeSeries #cuDF #Python #BigData #DataAnalysis #NVIDIA

    teguhteja.id/gpu-time-series-a

  8. Supercharge your data work! Our GPU Time Series Analysis tutorial shows you how to use cuDF & Python for incredible speed. Boost performance now. #GPUDataScience #TimeSeries #cuDF #Python #BigData #DataAnalysis #NVIDIA

    teguhteja.id/gpu-time-series-a

  9. Supercharge your data work! Our GPU Time Series Analysis tutorial shows you how to use cuDF & Python for incredible speed. Boost performance now. #GPUDataScience #TimeSeries #cuDF #Python #BigData #DataAnalysis #NVIDIA

    teguhteja.id/gpu-time-series-a

  10. Supercharge your data work! Our GPU Time Series Analysis tutorial shows you how to use cuDF & Python for incredible speed. Boost performance now. #GPUDataScience #TimeSeries #cuDF #Python #BigData #DataAnalysis #NVIDIA

    teguhteja.id/gpu-time-series-a

  11. [Перевод] NVIDIA cuDF и 100-кратное ускорение чтения данных формата JSON Lines в pandas

    JSON — это широко распространённый формат, применяемый для хранения информации, основанной на обычном тексте. Он поддерживается самыми разными системами, обеспечивая их взаимодействие. Чаще всего это — веб-приложения и большие языковые модели (Large Language Model, LLM). Хотя JSON-данные удобны для восприятия человеком, их сложно обрабатывать, используя инструменты из сфер Data Science (наука о данных) и Data Engineering (инженерия данных). JSON-данные часто существуют в виде JSON-строк (формат JSON Lines), отделённых друг от друга символами перевода строки (NDJSON, Newline-Delimited JSON). NDJSON используется для представления записей, входящих в состав набора данных. Часто первым этапом обработки данных является чтение файлов формата JSON Lines и преобразование их в объекты DataFrame (датафрейм). В это материале мы сравним производительность и функционал API, доступных в Python и применяемых для преобразования формата JSON Lines в датафреймы.

    habr.com/ru/companies/wunderfu

    #JSON #NVIDIA #cuDF