Should You Learn R or Python?
Both Python and R have become very popular languages in the last few years, especially among data professionals. Which should you learn or use? Steve has a few thoughts.
2021-05-21
400 reads
Both Python and R have become very popular languages in the last few years, especially among data professionals. Which should you learn or use? Steve has a few thoughts.
2021-05-21
400 reads
2021-05-12
473 reads
2021-04-28
467 reads
2021-04-21
404 reads
2021-04-07
440 reads
2021-03-24
144 reads
Learn how to use Python and pandas to compare two series of geospatial data and find the matches.
2021-03-23
5,166 reads
2021-03-10
365 reads
This article shows how you can read data from a file in S3 using Python to process the list of files and get the data.
2021-03-09
98,655 reads
2021-02-24
442 reads
Here’s a way to centralize management, rotate secrets conveniently without downtime, automate synchronization and...
This may or may not be helpful in the long term, but since I’m...
By Steve Jones
“I’m sick of hearing about Red Gate.” The first article in the book has...
Comments posted to this topic are about the item Dynamic T-SQL Script Parameterization Using...
Comments posted to this topic are about the item Pitfalls to avoid while feeding...
Comments posted to this topic are about the item Column Adds and Drops
I run this batch on SQL Server 2022. What happens?
ALTER TABLE dbo.Accounts ADD AccountAccessType INT GO ALTER TABLE dbo.Accounts DROP AccountAccessType GOSee possible answers