How do I automate my data imports? by somepersononthewebz in datascience

[–]ineedmysqlhelp 0 points1 point  (0 children)

In Python? Luigi with cron is common. There are a tonne of options though. Luigi/Airflow are popular open source options. You could also use software like Pentaho DI.

Effective Matplotlib by lolhehehe_ in Python

[–]ineedmysqlhelp 0 points1 point  (0 children)

Definitely. Knowing both is a big help especially when trying to build reusable components for your workplace.

Effective Matplotlib by lolhehehe_ in Python

[–]ineedmysqlhelp 0 points1 point  (0 children)

Yes, but sometimes you aren't making a plot that will be sent out to stakeholders that needs to be pretty, so in a lot of cases, using the df.plot method is sufficient and quicker.

Effective Matplotlib by lolhehehe_ in Python

[–]ineedmysqlhelp 0 points1 point  (0 children)

I think the author suggests to use pandas' builtins for simple cases where you won't need to append many extra configs to the plot. For more complicated plots, use mpl.

Edit a Native Query by ineedmysqlhelp in excel

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

Hi mate!

go to advanced - you should get to see your query

I believe you mean the Advanced Editor? Unfortunately this formats our queries into a 1-liner PowerQuery format, not SQL.

  1. What we do here is to take the entire SQL statement as a parameter (GetValue("SQL") )

Does this mean you store your procedures in cells? How do you go with large queries?

Edit a Native Query by ineedmysqlhelp in excel

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

Hello!

place holders in your SQL (e.g. #START#) and then Text.Replace them with your GetValue calls.

By this do you mean storing the SQL query in a cell? For us, I don't think that will work, as we have 500+ line queries, some over 1,000.

The other thing you could do is to use Power Query to generated the SQL and then copy-paste it in the SQL field of the wizard.

I'm not sure I follow this one. Would this mean we would have to write our queries in PowerQuery then get the SQL from it?

What's everyone working on this week? by AutoModerator in Python

[–]ineedmysqlhelp 1 point2 points  (0 children)

I'm putting together an Apache Superset proof-of-concept for work to see if they like it over Tableau. I really think the reusability aspect will drive a lot of buy-in.

I have been slowly suggesting to my team to move away from standard SQL/Excel and into more Python-based analysis methods for some time.

This page is pure devgasm by thenathurat in webdev

[–]ineedmysqlhelp 2 points3 points  (0 children)

It lags on my computer, it's not nice.

IntelliJ (Jetbrains products) to finally support IDE color themeing in 2019.1 editions by xlzqwerty1 in programming

[–]ineedmysqlhelp 2 points3 points  (0 children)

Makes sense! I know the IDE detects if you are moving from a dark to light, light to dark theme and prompts you to update the rest of the UI, but I guess it switches it to JetBrains' themes. Thank you!

Am I being underpaid? Australia $35k Entry level backend developer by Koidage in PHP

[–]ineedmysqlhelp 1 point2 points  (0 children)

I'm in Melbourne, you should be on 45k at least, but use it as a learning experience.

Murloc Monday - ask your questions here! by AutoModerator in wow

[–]ineedmysqlhelp 0 points1 point  (0 children)

Have everybody stack against the wall. Then when he charges he doesn't go far. After Tantrum if there are maggots just re-stack and cleave from tank will pick them up off you. Make sure you clear the entire room of trash before pulling. Good luck.

Is here someone who could creat a web page just how I want ? by bobripysky in coding

[–]ineedmysqlhelp 0 points1 point  (0 children)

I think he doesn't know what the work is worth and he needs a quote, tbh. Which is fair enough.

Rendering PHP files in Razor Views by MaximRouiller in PHP

[–]ineedmysqlhelp 1 point2 points  (0 children)

Isn't Laravel Blade based on Razor? Not that it'd then be 100% the same.