python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Azure Synapse Serverless SQL Pools - how to optimize transformations using notebooks and load tables into ADLSG2
We use Synapse Notebooks to perform data transformations and load the data into fact and dimension tables within our ADLSG2 data lake. We are disappointed with the time it takes to load the transform...
Phil
Votes: 0
Answers: 0
Remove duplicate data based on the same unix time
multiple data on the same date. I am trying to remove the multiple data and have the data aligned based on the unix time given,
I tried using remove duplicate but its not working
time x...
user191762
Votes: 0
Answers: 1
How to set list of values present in pandas dataframe, based on groupby key?
I am using pandas.dataframe in python code to find total pending_count & list of ticket_ids for a priority (based on priority) as below.
df = pd.DataFrame({'priority': priority,
...
Tanuj Kathuria
Votes: 0
Answers: 1
How to move pandas table to the middle of the notebook?
I currently have a pandas table (type is pandas.Styler) and I want to move the table to the middle of the jupyter notebook so when I convert it to html. The table should be aligned center of the repor...
newuser
Votes: 0
Answers: 0