Weather Feeds - Need monthly average temperature by city - weather-api

Have a requirement to get monthly average temperature from any weather API by city. On going through posts, I have seen wunderground and other stuff but daily average is as far as I got. Getting monthly averages using this would push me to a premium service because of the number of calls I would end up making.
Thanks in advance.

http://www.usclimatedata.com/ has this data, but I haven't seen that they have an API for it. I've contacted them and will report back when I hear from them on it.

Related

How to score different Ads based on data of sequential steps in a sales funnel?

we run an eCommerce store and constantly create & test new Facebook Ads. Now I am looking for a good way to create a scoring for these ads. Basically it is a very simple problem, but I can't get my head around it.
For each Facebook Ad, I have this data:
Budget Spent
Impressions
Clicks
Product Page Visited
Purchases
The most important event obviously is the purchase. So in a perfect world with huge amount of data per ad I would simply calculate the cost per purchase (= Budget Spent / Purchases) and know, which is my best ad. But here comes the problem..
On each ad we don't have much data. So let's say we have:
AD 1
50€ Budget Spent
10.000 Impressions
200 Clicks
50 Product Page Visits
2 Purchases
= 25€ per purchase
AD 2
50€ Budget Spent
10.000 Impressions
400 Clicks
130 Product Page Visits
1 Purchases
= 50€ per purchase
Simply based on the cost per purchase, I would choose AD1. But when I am looking at the data of the previous steps (clicks and product-page-visits), AD2 looks more promising.
How can I create a score value, that tells me which ad will likely generate the better cost per purchase in the long run, considering also the values of the previous steps?
That score value should take into account the data of the previous steps. So if we have less purchase-data, it should strongly rely on the previous data and if we have much purchase-data, it should rely less on previous data (and more on the actual cost per purchase).
I think of something like:
Use the click-rate as the base score (because we have much data for this)
then modify that score with the values of the following steps but in a weighted-way. So the more data we have on the following steps, the more the score moves toward that values.
Thanks in advance for your help!
Best Regards
Patrick

Change Periods of Time in FRED API in Python

I'm messing around with the FRED API and I'm having trouble figuring out how to change the period of the data I'm pulling in. For example, when I pull in GDP using the API, it comes out as quarterly, but I want it measured annually. On the FRED website, I can choose what period to measure the data in, but I can't figure out how to translate that to my GET requests when using the API. Any help is appreciated. Thanks.

get top spending resources with azure api

I am a daily user of Azure and quite familiar with Logic Apps and other Azure tools.
I have 2 requirements,
1. To get an email everyday consisting list of top 25 resources which consumed the most credit amount on the previous day.
2. Get total spent amount of the previous day by all the resources in my subscription.
I achieved part 2 by setting up a budget and got daily spent from it through budgets API.
I want to achieve the same with part 1 of my requirement using any API provided by azure.
Please help or drop any questions. I'll be happy to explain.a
I think you are looking for Usage Details API, see here
Its List operation allow you to get the usage details where you can filter by date (startDate and endDate in headers). There is a $top parameters to limit the number of results, but it looks like they are not ordered by amount so you may have to do you own sort to limit to the 25 highest costs

Azure Devops Query to find Daily hours spent on Work item

I have to find out time spend by a resource on a Task.
let say,
There are 3 Task (Task-A,Task-B,Task-C)
There are 3 User (User-A,User-B,User-C)
All the Task have Original estimate of 8 hours
on Day 1 All the User have work 2 hours on their respective tasks
So I should get a result of 2
I am using Azure Work Item query to calculate and display the results.
I am not understanding what should be done to calculate the daily work done on a task.
For this issue , you can add Completed Work and Remaining work column to the query.This can show the hours the tasks has spent and remaining work hours in the query.
Based on these two fields, you can calculate the daily hours spent on work item.
Azure Devops Query to find Daily hours spent on Work item
AFAIK, Azure devops does not focus on micromanaging and focus on low value metrics.
So, Azure devops doesn't track the time spent on a per day basis. It keeps track of the total time spent. If you want a per person per day value, you'll have to go through the iterations/workitem history and calculate the running difference.
If you really looking for a TimeReporting for the work items of per person, I suggest that you take a look at a third party yool like Timetracker:
Timetracker
New to version 5.0.! Individual, team, and custom reports powered by
version 3 of the REST-based reporting API. 7+ customizable widget
types that let you see data that you need, how you need it. In
addition to the six default reports in Reporting, users can create
custom reports for individuals or teams.
Hope this helps.
You can Analinics Views and Power BI. For example, you can add your custom view:
Then use it in Power BI:

given Data set, analyze to come up with possible out comes in excel

I know this looks simply to you but for me this is heavy critical thinking. Help me to improve my question if not clear and i will edit the post question. The instruction is to illustrate what are the possible outcomes such as (charts, tables etc.) based on the given dataset. 3 things to understand
1. Total Booking request
2. Total accepted booking
3. Total completed
the scenario in here is there is a company x who offers a service(Vehicles used for transporting goods) from one city to another.
The question is how am i going to illustrate useful reports based on the given dataset. In my own understanding i tried to come up first with the idea of statistical reports that illustrates how progressive is the company every single month, also their performances if they are failed or not with their monthly target deliveries ex: target for january is to do 20 deliveries per day and i already did this reports but the thing that i want to figure out is how am i going to illustrate using charts the Note : Schedule Booking = a booking can be requested one day, but completed another day (ex. I booked a delivery for next Saturday) this note was shown below
as i understand this note there are some scenario that the completed booking could be done also not just in a day but maybe could be done after a week. self-realization. Help me to figure this out, how am i going to solve the note.
this is my current output:
this the give dataset
and this is the instruction
Hi,please inform me with my flaws about my explanations that needed to rephrase the post. Thankyou i just need some advice.

Resources