ASPIRINGDATASCIENCE Telegram 2641
#polars

Воу!

"After working hard since our Polars Cloud announcement last February, we are pleased to officially launch Polars Cloud. Polars Cloud is now Generally Available on AWS. Beyond that, we also launched our novel Distributed Engine in Open Beta on Polars Cloud.

You can immediately get started at https://cloud.pola.rs/."

import polars_cloud as pc
import polars as pl
from datetime import date

with pc.ComputeContext(
workspace="<my-workspace>",
cpus=2,
memory=8,
cluster_size=8,
) as ctx:
in_progress = (
pl.scan_parquet("s3://polars-cloud-samples-us-east-2-prd/pdsh/sf100/lineitem/",
storage_options={
"aws_request_payer": "true",
})
.filter(pl.col("l_shipdate") <= date(1998, 9, 2))
.group_by("l_returnflag", "l_linestatus")
.agg(
count_order=pl.len()
)
.remote(ctx)
.distributed()
.execute()
)

print(in_progress.await_result().head)


https://pola.rs/posts/polars-cloud-launch/



tgoop.com/AspiringDataScience/2641
Create:
Last Update:

#polars

Воу!

"After working hard since our Polars Cloud announcement last February, we are pleased to officially launch Polars Cloud. Polars Cloud is now Generally Available on AWS. Beyond that, we also launched our novel Distributed Engine in Open Beta on Polars Cloud.

You can immediately get started at https://cloud.pola.rs/."

import polars_cloud as pc
import polars as pl
from datetime import date

with pc.ComputeContext(
workspace="<my-workspace>",
cpus=2,
memory=8,
cluster_size=8,
) as ctx:
in_progress = (
pl.scan_parquet("s3://polars-cloud-samples-us-east-2-prd/pdsh/sf100/lineitem/",
storage_options={
"aws_request_payer": "true",
})
.filter(pl.col("l_shipdate") <= date(1998, 9, 2))
.group_by("l_returnflag", "l_linestatus")
.agg(
count_order=pl.len()
)
.remote(ctx)
.distributed()
.execute()
)

print(in_progress.await_result().head)


https://pola.rs/posts/polars-cloud-launch/

BY Aspiring Data Science




Share with your friend now:
tgoop.com/AspiringDataScience/2641

View MORE
Open in Telegram


Telegram News

Date: |

Members can post their voice notes of themselves screaming. Interestingly, the group doesn’t allow to post anything else which might lead to an instant ban. As of now, there are more than 330 members in the group. The Channel name and bio must be no more than 255 characters long Content is editable within two days of publishing As the broader market downturn continues, yelling online has become the crypto trader’s latest coping mechanism after the rise of Goblintown Ethereum NFTs at the end of May and beginning of June, where holders made incoherent groaning sounds and role-played as urine-loving goblin creatures in late-night Twitter Spaces. As five out of seven counts were serious, Hui sentenced Ng to six years and six months in jail.
from us


Telegram Aspiring Data Science
FROM American