Rolling standard deviation in excel. Sample code is below.

Rolling standard deviation in excel. std() I get a correct result.
Rolling standard deviation in excel P to easily calculate standard deviation for sample and population datasets, helping users analyze data variability and trends effectively. 0 beg It xiam 12. Step 6: Annualize the Volatility. 073. The =STDEV() function is to find out the standard deviation. Check out the documentation here and decide whether you need stdev or pstdev. Volatility is inherently related to variance, and by extension, to standard deviation, or the degree to which prices differ from their mean. Sample code is below. In conclusion, calculating standard deviation in Excel involves using the STDEV function to analyze a range of stock returns. The new method runs fine but produces a constant number that does not roll with the time series. std() tracks the stock day by day and is obviously not rolling. I want to estimate the standard deviation of a variable (ROA -Return on Average Assets) for a period from 2000 to 2012 (13 obsservations) I would lkie to estimate via rolling window. This in in pandas 0. Point-to-point return calculations cannot give us an idea of consistency in performance and of Feb 20, 2018 · Hello, My goal is to find the coefficient of variation for eight days of measurements previous so I need to find the average and standard deviation. Jun 27, 2023 · Choose a standard deviation function. rolling() but couldn't get anything to Mar 12, 2024 · Join Ryan O'Connell, CFA, FRM, in this informative tutorial as he guides you through the process of calculating stock annual return and standard deviation us Jul 31, 2018 · rolling Sample standard deviation in excel. 707825127659933 2. If python in an option, you could alternatively use Bloomberg's BQNT environment. . Delta Degrees of Freedom. If( :Sample ID >= :WinSize, Std Dev( :Lvalue[Index( (Row() + 1) - :WinSize, Row() )] ) However, I have noticed that Excluded rows are used in the StdDev calculation. std() I get a correct result. The input: F name beg It xiam 11. Jan 15, 2018 · Please help me with the sas code. In Anaplan there is no function to calculate standard deviation like Excel's "=STEDEV. I need to calculate rolling standard deviation by firm (permno) within 60 months. , the standard deviation of the last 10 sales figures) to identify more localized trends in variability. The standard deviation associated with the average of the rolling returns data gives you an idea of fund volatility when compared with its benchmark. Apr 17, 2024 · Hi, I want to calculate the standard deviation of rolling 12 month sales amount by product. # Calculate a 3-day rolling standard deviation df['Rolling_Std'] = df['Value']. High Standard Deviation: If you study for 3, 9, 2, 12, and 5 hours, the numbers are all over the place. My data looks something like this: Comp Year Profitability May 6, 2014 · The usual algorithms for computing variance and standard deviation work on the full data set. It’s a visual technique. 👍👍If you have found this content useful and want to show your appreciation, please use this link to buy me a beer 🍺. For historical volatility calculation we will use sample standard deviation and the Excel formula for that is STDEV. The following introduces a way to generate new variables (type help generate for more details) When you hit enter after browse you will see the difference. I can write custom loops, but those take long time. Apr 19, 2024 · The new column named points_rolling_std contains the rolling standard deviation of the 3 most recent values in the points column. Can anyone please suggest a possible way to calculate the rolling standard deviation. It refers to the deviation of a value from the mean of all values. S function in Excel is a powerful tool for determining the sample standard deviation of a dataset. How to calculate the Standard Deviation in Excel with separate functions for the standard deviation of a sample or a population. This program requires data to be a panel data. https://www. PERCENTILE Functions in Excel. 8164965809277263 0. Method #1: Using the ‘Value Field Settings’ Dialog Box to Get the Standard Deviation in Pivot Table. Use the Desalination_Unit_Data tab to complete this step. – I wanted to make an alternative rolling risk tool. Mar 12, 2023 · Image by Author. Standard Deviation: Assess the dispersion of data. Standard deviation is a quantity representing the amount of dispersion. Otherwise here is a previous answer that provides some example code for the mean and standard deviation operations. roll_sd(df50[,4],252,min=100) rolling Sample standard deviation in excel. 🔻 DOWNLOAD EXCEL FILE HERE: Feb 6, 2020 · 3) Create a tab named Rolling Stdev Data . P(C2:Cn) formula. A self-contained example of a four-item moving average over a list of the numbers 1 to 10: Dec 16, 2024 · Rolling Standard Deviation Standard deviation in a rolling window helps measure how much the values change over time. Oct 17, 2024 · standard_dev: The standard deviation of the dataset. As you can see this method uses 2 for loops to calculate the moving standard deviation using the moving average. In this data set, the average weight is 60 kg, and the standard deviation is 4 kg. Line items for A : Moving Average calculation of Figure B : Figure - Average C : B^2 D : Moving Average calculation of C E : Square root of D Oct 17, 2024 · Calculating statistical measures is a crucial part of data analysis, and the STDEV. I played around with the parameters of . The rolling standard deviation is a measure of the dispersion of data points around the mean. 표준편차 standard deviation. I have attached a spreadsheet of how it has been done in excel i just need to calculate the column in yellow. 0 beg It xiam 13. 1. The rolling standard deviation can be calculated using the `rolling()` method. P — Finds the standard deviation of a population. Step 4: Whenever the difference calculated in step 3 is greater than the predefined multiple of the rolling standard deviation, replace the data points with the rolling median. Calculate the rolling standard deviation. e: id Jul 3, 2017 · Is there a vectorized operation to calculate the cumulative and rolling standard deviation (SD) of a Python DataFrame? For example, I want to add a column 'c' which calculates the cumulative SD based on column 'a', i. in index 0, it shows NaN due to 1 data point, and in index 1, it calculates SD based on 2 data points, and so on. Interpretation: Indicates the volatility or variability of the time series. x_t) and the rolling median. But I am having trouble to create the Rolling AVG and Standard Deviation in power bi. This is particularly useful in time series analysis, where you want to understand how the standard deviation changes over time. 707825127659933 1. Step 3: Calculate the difference between the data point at the middle of the sliding window (i. Multiply the daily standard deviation by the square root of the number of trading days in a year Dec 19, 2019 · I've, what I think, the same kind of question. At the same time, I want to ignore any N/A values in the range. Subtract the moving average from each of the individual data points used in the moving average calculation. Square each deviation and add them all together. one that computes the standard deviation on a rolling basis as you move further up the time steps in the series. S function can provide valuable […] Jun 19, 2024 · Formula Breakdown. I set up :Winsize as a table variable (which I set equal to 10). Whether you’re a data analyst, a researcher, or simply someone who needs to analyze numerical information, understanding how to use the STDEV. So it seems like something specifically about the rolling portion isn't working. Introduction. 0 Oct 12, 2015 · I have to calculate rolling standard deviation over certain period such as say 5 hour. . I would like to know how to calculate the standard deviation of all values between today and 4 days ago PER OBJECT, on a rolling basis. Membership Barchart Premier Barchart Plus Barchart for Excel Create Free Account Resources Site Map Site Education Newsletters Advertise Barchart App Business Solutions Market Data APIs Real-Time Futures Sep 10, 2015 · I am trying to calculate the rolling standard deviation for some economic variable (let's call it X) over 10 previous years. Hello - I'm looking to add a calculated field that calculates the last (rolling) 12 weeks' worth of sales and takes the standard deviation of that gro Calculate Rolling 12 Weeks’ Standard Deviation • Power Pivot • Excel Forum Jul 24, 2009 · This will print out the calculated standard deviation and a check standard deviation calculated with NumPy: 0. g. 29128784747792 2. Create the rolling standard deviations using 30 points in-between your standard deviation calculations (i. cumulative: A logical value that determines whether to return the cumulative distribution function (TRUE) or the probability density function (FALSE). The rolling standard deviation can be used to identify potential outliers. Depending on weekends and public holidays, this number will vary between 250 and 260. rolling(7). Mar 3, 2021 · slider also lets you size the window by an index column, so you could calculate "standard deviation over the last 2 days" (vs. std() print(df) About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How YouTube works Test new features NFL Sunday Ticket Press Copyright Nov 28, 2024 · Excel provides built-in functions like STDEV. Jun 22, 2017 · This is a rolling reward calculator. This implies that the standard deviation on the 20st row should be the standard deviation of the first 20 values. Or the Rolling Sample Dec 8, 2024 · Low Standard Deviation: If you study for 5, 6, 5, 6, and 5 hours each week, the numbers are close to the average. Mar 1, 2011 · You'll also need the Rolling Simple Moving Average formula: SMA today = SMA yesterday + ((x today - x today - n) / n. Right now I wish to compute the volatility of each stock, and this is done by taking the rolling standard deviation of the previous 20 midquotes. 581988897471611 May 24, 2019 · Use Origin's built-in moving function or subrange notation to calculate statistics within a moving window. Standard deviation is a critical statistical tool that measures the dispersion or variability of a dataset relative to its mean. std(ddof=0) If you don't plan on using the rolling window object again, you can write a one-liner: volList = Ser. The output I get from rolling. 0 0. This gives you a list of deviations from the average. rolling(w) volList = roller. The standard deviation of the next 3 points values is 7. To start, let’s calculate a seven-month rolling mean: rolling_mean = df. std(ddof=0) Keep in mind that ddof=0 is necessary in this case because the normalization of the standard deviation is by len(Ser)-ddof, and that ddof defaults to 1 in pandas. In cell C13 Mar 30, 2014 · I use Stata for estimating rolling standard deviation of ROA (using 4 window in previous year). For this is use the following code: proc sort data = Crsp; by permno date; run Sep 2, 2013 · The higher the better – it means the fund has beat the benchmark for more rolling intervals. 49 – 19. Jul 5, 2021 · Is is posible to do a rolling standard deviation with a vectorized approach. ; We needed the data of month January and facility Oil. Mean: Compute the average of the values. And then just drag formula to D1023. and I would like to compute the rolling mean and rolling standard deviation based on the stock. Let’s say you have a dataset of test scores with a mean of 85 and a standard deviation of 5. Jul 3, 2019 · So the goal is a weighted standard deviation. 2 How to do standard deviation on desired ranged of cells using Excel VBA? 0 Now you have your Standard Deviation! You can see for ICE CUBES on the month of June the Standard Deviation is quite low. Divide this sum by the number of periods you selected. 816496580927726 1. Nov 22, 2016 · The deprecated method was rolling_std(). So for Example the date is 02/02/18 I want to get the standard Deviation of the values between 02/02/18 and 01/05/18. I tried with . Take the square root of d. rolling(window=3). From there you can compute the Rolling Population Variance: Population Var today = (PSA today * n - n * SMA today * SMA today) / n. 5%, and its standard deviation was roughly 10%. S and STDEV. 12 months rolling volatility means that we calculate standard deviation using the 12 month rolling periods of returns and we get a […] Mar 23, 2022 · I have a Python script in which for every new sample i have to update the standard deviation of this samples array using a rolling window of length N. 2) When testing in Excel, I used the STDEV() function, which assumes a sample, however, the function used in MySQL was STDDEV_POP() which assumes a roller = Ser. Nov 25, 2024 · Rolling standard deviation, also known as moving standard deviation, is a technique used to analyze the variability of a dataset over a specified period. Jan 22, 2021 · I was looking for a means to calculate a rolling standard deviation and came across your solution. Sharpe ratio = (Mean portfolio return − Risk-free rate)/Standard deviation of portfolio return, or, S(x) = (rx - Rf) / StandDev(rx) Mar 21, 2019 · The second method takes the standard deviation of the return of the portfolio and the benchmark. I had earlier published a rolling risk calculator: Evaluating Volatility in Returns – a rolling standard deviation tool. 5819888974716116 2. Jun 30, 2022 · I need to create Rolling AVG and Standard Deviation from LAST DATE(weekly, [not monthly]) I will provide the WEEK and WEEKLY ORDERS(below). SD Value 1 will be from point 1 to point 30, SD Value 2 will be point 2 to Point 31, etc. There is a convenient way of doing this using program asrol that I have written recently. I'm trying to calculate a 10-year rolling Standard Deviation on grouped water quality data in a dataframe. If you’re using Excel 2010 or versions after that, you will have access to all these three functions. Rolling standard deviation Annualized Standard Deviation = Standard Deviation of Daily Returns * Square Root (250) Here, we assumed that there were 250 trading days in the year. 4+ there is a standard library module for statistics which will do mean and standard deviation. I. There are three variations of the percentile function available in Excel. I see two possible approaches: 1) Nested loops that will loop through each entry and built the J2:J21 array in VBA. 0 2. 118033988749895 1. Feb 22, 2024 · My end goal is to have an automated chart sliced by Defect, Year, Type that shows the count of defects (bar) a trend line, the mean plus 1 standard deviation (line), the mean plus 2 standard deviations (line), and the mean plus 3 standard deviations (line). In my spreadsheet I have the date of the measurements from oldest to newest in column A and I have the measurements in column B. May 8, 2023 · For example, from 1979 to 2009, the three-year rolling annualized average performance of the S&P 500 Index was approximately 9. The standard deviation of the next 3 points values is 4. I'm using a rolling window of 30 days and if I try to get the last standard deviation value using series[-30:]. If you want to calculate the probability of getting 1 or 2 or 3 on a dice roll, you can sum up the probability values or use the PROB function. By following the steps outlined in this tutorial, you can easily obtain the standard deviation of your stock portfolio's returns, which is crucial for risk assessment and portfolio management . I need to calculate the standard deviation of the values within a specific column (X:X) only IF another column (W:W) has a specific value (>1). Then call the STDEV. I have tried using the rollapply function (Package:zoo) and roll_sd (Package:RcppRoll) but they are not working for groupwise standard deviation. Here are the four options for calculating standard deviation: STDEV. Thanks, Ryan Jul 5, 2024 · It is calculated based on the standard deviation or variance of returns over a time period. Aug 31, 2024 · The Sharpe ratio formula can be made easy using Microsoft Excel. If you trade stocks, you may recognize the formula for Bollinger bands. For example, we can see: The standard deviation of the first 3 points values is 9. Mar 26, 2015 · What you need is =STDEV (C1:C37) in D37 (or other column). 0 beg It xiam 5. Jan 27, 2012 · I have time series data grouped by Object ID. Jul 23, 2024 · Step 5: Calculate the Standard Deviation of Daily Returns. And so on. the mean for the first 10 observations will be different from the mean for the last 10. Nov 25, 2019 · I want to calculate a 90-day period rolling standard deviation of the Score for each country. Apr 4, 2024 · Dear All, I have unbalanced bank-level data spanning from 2005-2021. 4142135623730951 1. This means that the values on the units sold for that month is fairly close to the average of 34,739. Here is what the results should look like: WEEK WEEKLY ORDERS Results - Jun 27, 2020 · Here's a general-purpose Power Query 'rolling' function that can be used to make a rolling averages / moving average, or any other aggregate function such as a rolling standard deviation, etc. Share Improve this answer I need to calculate a rolling standard deviation of ret. In Excel, the “Value Field Settings” dialog box provides customization options for the calculations and summarization carried out on a value field within a Pivot Table. Compute the standard deviation using the =STDEV. In simple terms, standard deviation measures the amount of variation or dispersion of a set of values from its mean, providing insight into the volatility of a stock’s retur Oct 9, 2015 · If you are using python 3. The only difference is in this method; it is like calculating the standard deviation of return of the portfolio and that of the index the portfolio is trying to replicate. Shouldn't be too hard to add the standard deviation as well. In panel data, we often need to find standard deviation or mean or any other statistics in rolling window of say 4 or 5 years. P() function like before. Feb 18, 2024 · Embarking on the journey of mastering Excel can significantly enhance your data analysis skills. Aug 31, 2014 · In rollapply, the function would take every consecutive numbers to compute the standard deviation. 5 0. Some of the most common operations we can perform with rolling objects include: Sum: Calculate the sum of values within the window. Peaks in the rolling standard deviation can signify periods of increased variability. Pandas 中的滚动标准差通过 rolling() 方法实现。rolling() 方法能够滑动 window 大小的窗口,并对窗口中的数据进行统计分析。因此,我们可以通过 rolling() 方法计算每个时间点的滚动标准差。 Dec 12, 2023 · Rolling Standard Deviation: The green line represents the rolling standard deviation of the time series. The equation for measuring standard deviation is: Hello! I'm having some trouble calculating the standard deviation while using conditional logic at the same time. Aug 26, 2021 · I am trying to figure out how to find the "risk free rate of return" that will update automatically with the Sharpe ratio of multiple stocks/portfolios on a daily basis in Excel or Google Sheets. This step measures the dispersion of returns, which is a key component of volatility. In the financial market, when the stock index increases or decreases more than 1% over a limited time, that is called a volatile market. Can you help to fix the below measure in order to get the expected output as shown in table below. Thanks! Jun 9, 2021 · A standard dice has 6 sides and each side has an equal chance to be on top. Parameters: ddof int, default 1. ; The IF function is to select the data range based on criteria. Here is the standard Sharpe ratio equation: calculate the standard deviation (=STDEV) for the figures in the fourth column. This function doesn’t include logical values or text. paypal. This comprehensive guide is tailored for beginners aiming to understand and apply standard deviation in Excel. Rolling standard deviation. This means your study time varies a lot, so the Aug 3, 2022 · Using rolling standard deviation, you can just load only one image at once, and calculate the temporary standard deviation in every pixel. For example, Product A in 2022-07, the formula used is STDEV. Aug 2, 2024 · What is The Standard Deviation. com/donate/?hoste Sep 20, 2015 · 1) The method used in the link at stockcharts calculates standard deviation off the 10 day average of the deviations squared. On the 21st row the standard deviation should be of the data from row 2 to 21 and so on. Thanks Tomasz, does it imply that the sample mean (= (AVERAGE (C37:C1023)/37-1) was wrong? =STDEV (D37:D1023) is this the sample standard deviation? Yes for both, why would you divide average by 36? Would be nice. 5 The rolling standard deviation for the name "beg It xiam". For example, suppose you have a group of 50 people, and you are recording their weight (in kgs). 358. Thanks. Comparison: Standard deviation can be used to compare datasets and determine which dataset has more variability or Sep 25, 2024 · Step 4: Calculate Standard Deviations . last 2 observations) by using slider::slide_index_dbl(). I found many different solutions for online calculation but all of them are NOT considering a rolling window for the May 3, 2020 · It's a rolling standard deviation that you want - i. This means your study time is consistent, so the standard deviation is low. For every load of an image, the standard deviation can be updated until the final image you can have the final standard deviation of all pixels without needing a memory space of more than 20 MB. One year Cash ETR is defined as cash taxes paid (TXPD) divided by pretax income (PI) less special items (SPI), which is PI_SPI. What is Standard Deviation? A standard deviation value would tell you how much the data set deviates from the mean of the data set. Now, I would like to keep only those rolling standard deviation that has at least 3 observation (out Feb 2, 2021 · The volatility chart is based on the standard deviation calculation (see the Standard deviation definition) and shows how the volatility of returns changes through the programs/portfolio trading history. I know you need the rolling average for, so maybe I can build on my code. It used to contain an additional loop to calculate the moving average over the last n periods. THis isn't the normal approach to calculating standard deviation. Sep 27, 2017 · I have some finance data with columns such as Stock Name, Midquotes etc. May 10, 2024 · Let’s test for stationarity in our airline passenger data. In Mar 10, 2020 · NEW VERSION - Standard Deviation of a Data Set in Excelhttps://youtu. P()", so I try to calculate it using multiple line items. I need to calculate the standard deviation of one-year cash ETR over the time period t-4 to t. e. When it comes to analyzing the performance of stocks, standard deviation plays a crucial role in determining the level of risk associated with the investment. 2) Go back to your intro to stats class, review how standard deviation is calculated, and build the vba code from there. Using the simple formula of the standard deviation the code is really slow. Sep 21, 2024 · Common Operations with Rolling Objects. 2. I tried using runSD(caTools), which works very well on observation but am at loss as to how to get it to work for rolling time periods which may have varying observation. Minimum and Maximum: Find the smallest and largest values, respectively. Actually there are two functions, because there are two kinds of standard deviation: population standard deviation and sample standard deviation. Jan 18, 2021 · In excel, just run =BQL(x) with x as a string with the above and you'd get something like this. Jul 8, 2016 · The standard deviation should be calculated from the 20th row onwards till the last row of the data frame. The problem with time series is that the mean is constantly changing, i. Since I have fallen out of love with the standard deviation and its cousins – the average, alpha, beta, gamma etc. I am not familiar with the boot package, but we can roll a function along a vector using the rollapply function quite easily, and then we can make bootstrap samples using the replicate function: Aug 29, 2024 · The standard deviation gives us a deviation range of 5. By the way, remember the little warm-up we had in excel converting last and first names into proper format? Well, we can do that in Stata as well. Jul 23, 2015 · You can simplify it quite a lot. ). Thus, we can say each number has 1/6 = 0. Is there a way to sample every 5th day data from this list in an efficient way, or modify the standard deviation function somehow, to make it select every 5th day data and then compute the standard deviation on the available data. 표준편차는 통계 데이터에서 주어진 값들이 얼마나 흩어져 있는지 나타내는 산포 값입니다. What if you have a time series and want the standard deviation for a moving window? You could do the computation from fresh every time the window is advanced, but surely there’s a better way. 0 beg It xiam 7. Dec 14, 2017 · In column C, I could have run a simple standard deviation formula in cell number 251 (1/Jan/2011), selecting the data to insert in STDEV function as the 250 above cells of column B (daily returns). I work with a panel data set, which contains 500 firms (id1-id500) and 20 Aug 23, 2020 · a) Rolling Statistics — Plot the moving average or moving standard deviation to see if it varies with time. The difference is explained here. This gives you the standard deviation. rolling(w). I want to calculate 3-year rolling window standard deviation for return on asset varaible Can anyone help me with the formula for the same? Dec 14, 2024 · High Standard Deviation: A high standard deviation signifies that the data points are spread out over a wider range, indicating greater variability or dispersion. S(sales from 2021-09 to 2022-07). Sep 19, 2012 · I need to be able to calculate a five year rolling standard deviation based on profitabilities for a number of companies for a period of 10 years. 59 within which most of the values of the dataset lie 💪 Tips for using the Variance functions in Excel The tutorial above covers almost all that you need to know to calculate variance in Microsoft Excel (for a sample and population). S (if you are using Excel 2007 or older, the Calculating the percentile value in Excel is very easy as it has some inbuilt functions to do this. mean() rolling_std = df. 1667 probability. 3. Rolling standard deviation: Calculate the standard deviation over a moving window of data points (e. x = value in your time series; n = period used for your rolling window. 분산과 마찬가지로 흩어짐이 클수록 표준편차가 크다고 표현합니다. This suggests that the data is more diverse and unpredictable. Rolling Window Standard Deviation and Mean in Stata. Evan Matthews explaining how to calculate a standard I also checked and don't see missing data. Aug 20, 2018 · I need some help in creating a rolling Standard Deviation for 20 days at one time. The rolling standard deviation is calculated over a window of 12 data points. Our study area is subdivided into geographical polygons called WBIDS (water body IDs—there are 36 levels) and within each of those there are between 1 and 7 sampling locations (STATIONS—107 of them) where samples are collected monthly for a variety of chemical analytes (PARAMETERS Hi everything! I hope you are doing well. be/jFQP08CCcj8 This video shows Dr. The rolling standard deviation can be plotted to visualize trends and patterns in data. std() Next, let’s overlay our time series with the seven-month rolling mean and seven-month rolling standard deviation. empud ybhngm tdu iruzwgv jknp yyayta yhes nvka tjb fegng
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}