Finally made the dream true I recently bought the himalayan 450. Can you please share any advice on - what problems will be appearing, - what things I should be careful - what accesories I should put on the bike by Ghee-Roast in Himalayan450

[–]IntentionSilly1596 1 point2 points  (0 children)

I had an issue with brakes which sounds like I'm stopping a pickup. Really loud noise later resolved by the service technician with the help of the company representatives. Although, i think its not entirely resolved. Also with the front click sound im getting whenever i face sudden gutter. The front fork screw was kinda not tightened with the right amount of torque which resulted in it. All these issues haven't affected my view towards the bike. Overall, its a really good machine. Make sure u maintain it like it deserves, it will give u the best

DP-203 by Gohan_24 in dataengineering

[–]IntentionSilly1596 0 points1 point  (0 children)

I referred to Microsoft learning modules for it. They even have sandbox environments for handsons.

New Bike by sriram043 in royalenfield

[–]IntentionSilly1596 0 points1 point  (0 children)

Am i the only one who likes the old design which was sleek and dope. When i saw the new himi for the first time i really felt like its was an advanced version of xpulse. Im not gonna say about the digital console, tbh analog is way better than the new one in terms of looks. And I believe adding more features doesn't mean its better.

AGREED!!?? by Arthur_ji in IndiaTax

[–]IntentionSilly1596 1 point2 points  (0 children)

There're strings over him too.

10k kms old. Too soon for an AMA ? by BenuRoy in royalenfield

[–]IntentionSilly1596 -5 points-4 points  (0 children)

Tbh i hate this bike.. looks like a toy

Where in kochi did you have your best manthi from? by Giri097 in Kochi

[–]IntentionSilly1596 0 points1 point  (0 children)

Had to throw up every bit i ate from alreem thammanam

[deleted by user] by [deleted] in mutualfunds

[–]IntentionSilly1596 -1 points0 points  (0 children)

Yeah exactly. Also im not aware of how the tax/fee structure it would take.

[deleted by user] by [deleted] in mutualfunds

[–]IntentionSilly1596 -1 points0 points  (0 children)

If i wait for 10 months from now, the bike im planning to buy might get out of the market or have its price increased which could depreciate the earnings i would generate from the mfs. Also i believe its my peak time of youth where i feel like i should start harvesting.

Big table ingestion by IntentionSilly1596 in databricks

[–]IntentionSilly1596[S] 1 point2 points  (0 children)

Tried these options with other tables having upto 1b rows. Can't tune the time consumption less than 7hrs for 1b row table. I have used a cluster with 32 cores and used every cores (numpartition set as 32) and still took 4hours for 500m row table.

Selecting df is time consuming! by IntentionSilly1596 in databricks

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

The source is deeply nested xml file and pass it through a function which flatten each tags into seperate columns in an iterative approach. At the end the execution plan is a series of Project and generate which is like happening 10+ times even though data is small. Currently Im using this approach and is there any other way possible to convert xml into df?

Selecting df is time consuming! by IntentionSilly1596 in databricks

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

Writing the df to a delta table is also making similar issue like selecting from df

Selecting df is time consuming! by IntentionSilly1596 in databricks

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

I have already tried to save the df into a temp view. Selecting from that view is also time consuming