Wednesday, 16 February 2022

Data Science Programming Languages and When To Use Them by Nate Rosidi via @kdnuggets

Read this guide through the most common data science programming languages and when to use them in data science.

This is a great level of detail and very useful to use if you wonder if your choice was correct or if you should expand into another language.

Monday, 14 February 2022

Top 10 Pandas Functions for Preparing Data by Holly Dalligan via @BttrProgramming

Because she wanted to create useful, accurate analysis with as little work as possible.

I found this really interesting and it looks very useful too - data preparation if done well can help you to produce much better results from your analysis,

Wednesday, 9 February 2022

A Step-by-Step Guide to Calculating Autocorrelation and Partial Autocorrelation by Eryk Lewinson via @TDataScience

How to calculate the ACF and PACF values from scratch in Python.

This was very clear and really helped me to understand how to calculate them in Python as I'm really not good at that language no matter how hard I try.

Tuesday, 8 February 2022

WEBINAR: Improving Your DataOps Practices with Data Fabric - 16 February 2022

 

Sponsored News from Data Science Central


Webinar: Improving your DataOps Practices with Data Fabric

Today's enterprises struggle to unlock real value out of data that is stuck in legacy relational databases, data warehouses and data lakes. Modernizing disparate data silos to a single data fabric is key to managing change over time and creating data-driven innovation and value.

Join this session to learn how you can build a modern data fabric leveraging the Lumada DataOps Suite from Hitachi Vantara along with MongoDB Atlas.

In addition, hear from a utility customer that is reaping the benefits of the data fabric and see a demo of how you can create a modern data pipeline to drive great enterprise data value. Register to watch this webinar live when it airs February 16th.



Hope to see you there,
Sean Welch
Data Science Central

Hitachi

Monday, 7 February 2022

A Senior Engineer at Google Reveals “The Best Programming Language To Learn in 2022” by @minhazav via @BttrProgramming

He is a senior software engineer at Google Singapore and very often he is asked about which programming language to learn.

I can agree that learning one is great and that it really depends on what you are working with. Learning the basic concepts via one of them is useful no matter what. Arrays, variables, loops etc are all basic skills that can be transferred across languages.


Monday, 31 January 2022

What’s in an F-String? by Murtaza Ali via @TDataScience

An overview of Python’s method for combining strings and variables and why you should use it.

A very useful article and well worth a bookmark.