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
How to replace jupyter-notebook magic with python script
I have been using some jupyter notebook magics such as %matplotlib inline.
How to load them using python script instead of % signs.
Using jupyter
%load_ext sql
%config SqlMagic.displaycon=False
Quest...
user15929966
Votes: 0
Answers: 1
How to make Python async functions callable in Jupyter without await
I've written a Python library that currently makes several independent HTTP requests in serial. I'd like to parallelize these requests without altering how the library is called by users, or requiring...
goodside
Votes: 0
Answers: 1
How can I add every n number of rows to a n column?
I have a .txt file with 683,500 rows, every 7 rows its a different person that contain:
ID
Name
Work position
Date 1 (year - month)
Date 2 (year - month)
Gross payment
Service time
I would like to r...
Redford.dev
Votes: 0
Answers: 3