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: |

Commenting about the court's concerns about the spread of false information related to the elections, Minister Fachin noted Brazil is "facing circumstances that could put Brazil's democracy at risk." During the meeting, the information technology secretary at the TSE, Julio Valente, put forward a list of requests the court believes will disinformation. Add the logo from your device. Adjust the visible area of your image. Congratulations! Now your Telegram channel has a face Click “Save”.! Healing through screaming therapy How to create a business channel on Telegram? (Tutorial) The administrator of a telegram group, "Suck Channel," was sentenced to six years and six months in prison for seven counts of incitement yesterday.
from us


Telegram Aspiring Data Science
FROM American