Mes articles — Data

Remove X characters from a cell in Excel
Sometimes, when you're reading data in a spreadsheet like Microsoft's Excel, it's simpler to put a formula directly into the spreadsheet than to go to R, Python or any other solution.
Remove X characters from a cell in Excel
Sometimes, when you're reading data in a spreadsheet like Microsoft's Excel, it's simpler to put a formula directly into the spreadsheet than to go to R, Python or any other solution.

How to save a .parquet file in Python?
To save a .parquet file with Python, you can use the pandas library, which provides a convenient way to read and write data in a variety of formats, including Parquet....
How to save a .parquet file in Python?
To save a .parquet file with Python, you can use the pandas library, which provides a convenient way to read and write data in a variety of formats, including Parquet....

What is a .parquet file?
div> I was recently introduced to .parquet extension files. Let me share with you what I learned! Parquet files are popular for storing and processing large datasets in big data...
What is a .parquet file?
div> I was recently introduced to .parquet extension files. Let me share with you what I learned! Parquet files are popular for storing and processing large datasets in big data...

AC Consulting: A Tech Playground for Arthur Cam...
Welcome to AC Consulting, a unique platform where technology meets innovation. AC Consulting is not just a business; it's a passion project, a side hustle, and a tech playground for...
AC Consulting: A Tech Playground for Arthur Cam...
Welcome to AC Consulting, a unique platform where technology meets innovation. AC Consulting is not just a business; it's a passion project, a side hustle, and a tech playground for...

When to use `.parquet` and when to use `.csv`?
Following my article about parquet files, I thought I could give you some examples of when you might want to prefer .csv files and when you might want to use...
When to use `.parquet` and when to use `.csv`?
Following my article about parquet files, I thought I could give you some examples of when you might want to prefer .csv files and when you might want to use...

How to read a `.parquet` file in Python?
To read a .parquet file with Python, the pandas library is your friend. In fact, pandas provides a convenient way to read and write data in a variety of formats...
How to read a `.parquet` file in Python?
To read a .parquet file with Python, the pandas library is your friend. In fact, pandas provides a convenient way to read and write data in a variety of formats...