I want to make an weather app and I want to let the user to add in the application some weather cards with the city they are interested with. If they no longer
I have a very massive csv file. I would like to get one row, every 3 rows, in a dataframe. It is more or less like resampling the csv. Let's say, I have a csv f
I want to hide my secret credential from my yaml, i need to use .env, so how to call .env file from my yaml, so that every I call this YAML, YAML will automatic
I've recently built ROS2 galactic for my apple silicon Mac and I want to use rosbridge_suite for this ROS. So I added the rosbridge_suite repo under the src fol
I'm integrating an API to my website which works with data stored in objects while my code is written using arrays. I'd like a quick-and-dirty function to conv
I appreciate any help you can give me. I have the following problem: I have an application that uses SyncAdapter to synchronize periodically and manually the l
Screenshot: raw data-frame organization of COVID-Cases in Germany I downloaded the notified COVID-Cases in Germany from an official website.
Is I wanted to add a singleton service that is dependent on appsettings. How would I do this in the .Net 6 worker service startup? using AutoMapper; var mapper
How do you convert an int (integer) to a string? I'm trying to make a function that converts the data of a struct into a string to save it in a file.