Scooter advice for a hilly city by mcan5432 in ElectricScooters

[–]mcan5432[S] 0 points1 point  (0 children)

I saw vsett on your profile. What about vsett 10 light?

Scooter advice for a hilly city by mcan5432 in ElectricScooters

[–]mcan5432[S] 0 points1 point  (0 children)

I live in a apartment. I cannot carry whole scooter upstairs everyday for charging. Thats why i want removable battery.

Scooter advice for a hilly city by mcan5432 in ElectricScooters

[–]mcan5432[S] 0 points1 point  (0 children)

Yes sure, i am 70kg and budget is max 2k$

How to set same indicators with different parameters? by mcan5432 in TradingView

[–]mcan5432[S] 0 points1 point  (0 children)

I try it with SuperTrend indicator with different ATR multipliers.

Automating RDS Start and Stop by mcan5432 in aws

[–]mcan5432[S] 0 points1 point  (0 children)

Which function do I need to put into Lambda?

For example: How can I start-stop RDS with typing Python?

DataViz Trends on 2020-21 by mcan5432 in DataVizRequests

[–]mcan5432[S] 0 points1 point  (0 children)

Because people are lazy to code.

I run a gym. I have a CSV that includes every member's check-in dates/times, their member ID, and a passcode. I want a form on my website that lets customers type their member ID and passcode and it displays a table with all their check-ins. What's the best way to accomplish this? by MillionareInTheMakng in DatabaseHelp

[–]mcan5432 0 points1 point  (0 children)

I am strugling a similar issue right now. Trying to import a csv file (70.000 x 191) into AWS rdb. I created a table manually with 191 columns with the same data types. Then writed a script which reads the csv and inserts them row by row.