diff --git a/404.html b/404.html index e0faac26..cc079aac 100644 --- a/404.html +++ b/404.html @@ -16,7 +16,7 @@ - + diff --git a/assets/js/f3b65525.315740a9.js b/assets/js/f3b65525.315740a9.js new file mode 100644 index 00000000..f39e65e4 --- /dev/null +++ b/assets/js/f3b65525.315740a9.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkbpd_reference=self.webpackChunkbpd_reference||[]).push([[3343],{419:(e,n,s)=>{s.r(n),s.d(n,{assets:()=>c,contentTitle:()=>o,default:()=>u,frontMatter:()=>r,metadata:()=>d,toc:()=>l});var a=s(4848),t=s(8453),i=s(8597);s(8205);const r={sidebar_position:3},o=void 0,d={id:"documentation/building-organizing/df.assign()",title:"df.assign()",description:"df.assign(nameofcolumn=column_data)",source:"@site/docs/documentation/building-organizing/df.assign().md",sourceDirName:"documentation/building-organizing",slug:"/documentation/building-organizing/df.assign()",permalink:"/bpd-reference/docs/documentation/building-organizing/df.assign()",draft:!1,unlisted:!1,editUrl:"https://github.com/dsc-courses/bpd-reference/tree/main/docs/documentation/building-organizing/df.assign().md",tags:[],version:"current",sidebarPosition:3,frontMatter:{sidebar_position:3},sidebar:"docsSidebar",previous:{title:"bpd.read_csv()",permalink:"/bpd-reference/docs/documentation/building-organizing/bpd.read_csv()"},next:{title:"df.drop()",permalink:"/bpd-reference/docs/documentation/building-organizing/df.drop()"}},c={},l=[];function m(e){const n={code:"code",hr:"hr",pre:"pre",...(0,t.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("code",{children:"df.assign(name_of_column=column_data)"}),"\n",(0,a.jsxs)("div",{className:"base",children:[(0,a.jsx)("p",{children:(0,a.jsxs)("strong",{children:["Adds/replaces a column. ",(0,a.jsx)(n.code,{children:"name_of_column"})," should not have quotes or spaces."]})}),(0,a.jsxs)("dl",{children:[(0,a.jsx)("dt",{className:"term",children:"Input:"}),(0,a.jsxs)("dd",{className:"parameter",children:["name_of_column : ",(0,a.jsx)("em",{children:"string"})]}),(0,a.jsx)("dd",{className:"parameter-description",children:"Name of column to assign list to."}),(0,a.jsxs)("dd",{className:"parameter",children:["column_data : ",(0,a.jsx)("em",{children:"list or Series"})]}),(0,a.jsxs)("dd",{className:"parameter-description",children:["The data ",(0,a.jsx)(n.code,{children:"name_of_column"})," will contain."]}),(0,a.jsx)("dt",{className:"term",children:"Returns:"}),(0,a.jsxs)("dd",{children:["A new DataFrame with ",(0,a.jsx)(n.code,{children:"name_of_column"})," in addition to all the existing columns."]}),(0,a.jsx)("dt",{className:"term",children:"Return Type:"}),(0,a.jsx)("dd",{children:"DataFrame"})]})]}),"\n",(0,a.jsx)(n.hr,{}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-python",children:"pets = pets.assign(New_column_1=['this', 'is', 'a', 'new', 'column', 'I', 'assigned', '.'], \n New_column_2=['this', 'is', 'another', 'new', 'column', 'I', 'assigned', '.'])\npets\n"})}),"\n",(0,a.jsx)(i.A,{data:'{"columns":["ID","Species","Color","Weight","Age","Is_Cat","Owner_Comment","New_column_1","New_column_2"],"index":[0,1,2,3,4,5,6,7],"data":[["dog_001","dog","black",40.0,5.0,false," There are no bad dogs, only bad owners.","this","this"],["cat_001","cat","golden",1.5,0.2,true,"My best birthday present ever!!!","is","is"],["cat_002","cat","black",15.0,9.0,true,"****All you need is love and a cat.****","a","another"],["dog_002","dog","white",80.0,2.0,false,"Love is a wet nose and a wagging tail.","new","new"],["dog_003","dog","black",25.0,0.5,false,"Be the person your dog thinks you are.","column","column"],["ham_001","hamster","black",1.0,3.0,false,"No, thank you!","I","I"],["ham_002","hamster","golden",0.25,0.2,false,"No, thank you!","assigned","assigned"],["cat_003","cat","black",10.0,0.0,true,"No, thank you!",".","."]]}'})]})}function u(e={}){const{wrapper:n}={...(0,t.R)(),...e.components};return n?(0,a.jsx)(n,{...e,children:(0,a.jsx)(m,{...e})}):m(e)}},8597:(e,n,s)=>{s.d(n,{A:()=>t});s(6540);var a=s(4848);const t=e=>{let{data:n}=e,s=[],t=[],i="",r=[];if(n){const e=JSON.parse(n);s=e.columns||[],t=e.data||[],i=e.indexName||"Index",r=e.index||[]}return(0,a.jsx)("div",{className:"dataframe-container",children:(0,a.jsxs)("table",{className:"dataframe-table",children:[(0,a.jsx)("thead",{children:(0,a.jsxs)("tr",{children:[(0,a.jsx)("th",{children:i}),s.map(((e,n)=>(0,a.jsx)("th",{children:e},n)))]})}),(0,a.jsx)("tbody",{children:t.map(((e,n)=>(0,a.jsxs)("tr",{children:[(0,a.jsx)("td",{className:"index-value",children:r[n]}),e.map(((e,n)=>{return(0,a.jsx)("td",{children:(s=e,"boolean"==typeof s?s.toString().charAt(0).toUpperCase()+s.toString().slice(1):s)},n);var s}))]},n)))})]})})}},8205:(e,n,s)=>{s.d(n,{A:()=>t});s(6540);var a=s(4848);const t=e=>{let{data:n}=e,s=[],t=[],i="",r="";if(n)try{const e=JSON.parse(n);i=e.name||"",r=e.dtype||"Unknown type",s=e.index||[],t=e.data||[]}catch(d){console.error("Error parsing data prop in SeriesComponent:",d)}const o=t.map((e=>JSON.stringify(e)));return(0,a.jsxs)("div",{className:"series-container",children:[(0,a.jsx)("ul",{className:"series-list",children:o.map(((e,n)=>(0,a.jsxs)("li",{className:"series-item",children:[(0,a.jsx)("span",{className:"series-index",children:s[n]}),(0,a.jsx)("span",{className:"series-value",children:"true"===e||"false"===e?e.charAt(0).toUpperCase()+e.slice(1):e})]},n)))}),(0,a.jsxs)("div",{className:"series-footer",children:["Name: ",i,", dtype: ",r]})]})}},8453:(e,n,s)=>{s.d(n,{R:()=>r,x:()=>o});var a=s(6540);const t={},i=a.createContext(t);function r(e){const n=a.useContext(i);return a.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function o(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:r(e.components),a.createElement(i.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/f3b65525.bbccd05b.js b/assets/js/f3b65525.bbccd05b.js deleted file mode 100644 index e565d77b..00000000 --- a/assets/js/f3b65525.bbccd05b.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkbpd_reference=self.webpackChunkbpd_reference||[]).push([[3343],{419:(e,n,s)=>{s.r(n),s.d(n,{assets:()=>c,contentTitle:()=>o,default:()=>u,frontMatter:()=>r,metadata:()=>d,toc:()=>l});var a=s(4848),t=s(8453),i=s(8597);s(8205);const r={sidebar_position:3},o=void 0,d={id:"documentation/building-organizing/df.assign()",title:"df.assign()",description:"df.assign(nameofcolumn=column_data)",source:"@site/docs/documentation/building-organizing/df.assign().md",sourceDirName:"documentation/building-organizing",slug:"/documentation/building-organizing/df.assign()",permalink:"/bpd-reference/docs/documentation/building-organizing/df.assign()",draft:!1,unlisted:!1,editUrl:"https://github.com/dsc-courses/bpd-reference/tree/main/docs/documentation/building-organizing/df.assign().md",tags:[],version:"current",sidebarPosition:3,frontMatter:{sidebar_position:3},sidebar:"docsSidebar",previous:{title:"bpd.read_csv()",permalink:"/bpd-reference/docs/documentation/building-organizing/bpd.read_csv()"},next:{title:"df.drop()",permalink:"/bpd-reference/docs/documentation/building-organizing/df.drop()"}},c={},l=[];function m(e){const n={code:"code",hr:"hr",pre:"pre",...(0,t.R)(),...e.components};return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("code",{children:"df.assign(name_of_column=column_data)"}),"\n",(0,a.jsxs)("div",{className:"base",children:[(0,a.jsx)("p",{children:(0,a.jsxs)("strong",{children:["Adds/replaces a column. ",(0,a.jsx)(n.code,{children:"name_of_column"})," should not have quotes or spaces."]})}),(0,a.jsxs)("dl",{children:[(0,a.jsx)("dt",{className:"term",children:"Input:"}),(0,a.jsxs)("dd",{className:"parameter",children:["name_of_column : ",(0,a.jsx)("em",{children:"string"})]}),(0,a.jsx)("dd",{className:"parameter-description",children:"Name of column to assign list to."}),(0,a.jsxs)("dd",{className:"parameter",children:["column_data : ",(0,a.jsx)("em",{children:"list or Series"})]}),(0,a.jsxs)("dd",{className:"parameter-description",children:["The data ",(0,a.jsx)(n.code,{children:"name_of_column"})," will contain."]}),(0,a.jsx)("dt",{className:"term",children:"Returns:"}),(0,a.jsxs)("dd",{children:["A new DataFrame with ",(0,a.jsx)(n.code,{children:"name_of_column"})," in addition to all the existing columns."]}),(0,a.jsx)("dt",{className:"term",children:"Return Type:"}),(0,a.jsx)("dd",{children:"DataFrame"})]})]}),"\n",(0,a.jsx)(n.hr,{}),"\n",(0,a.jsx)(n.pre,{children:(0,a.jsx)(n.code,{className:"language-python",children:"pets = pets.assign(New_column_1=['this', 'is', 'a', 'new', 'column', 'I', 'assigned'], \n New_column_2=['this', 'is', 'another', 'new', 'column', 'I', 'assigned'])\npets\n"})}),"\n",(0,a.jsx)(i.A,{data:'{"columns":["ID","Species","Color","Weight","Age","Is_Cat","Owner_Comment","New_column_1","New_column_2"],"index":[0,1,2,3,4,5,6,7],"data":[["dog_001","dog","black",40.0,5.0,false," There are no bad dogs, only bad owners.","this","this"],["cat_001","cat","golden",1.5,0.2,true,"My best birthday present ever!!!","is","is"],["cat_002","cat","black",15.0,9.0,true,"****All you need is love and a cat.****","a","another"],["dog_002","dog","white",80.0,2.0,false,"Love is a wet nose and a wagging tail.","new","new"],["dog_003","dog","black",25.0,0.5,false,"Be the person your dog thinks you are.","column","column"],["ham_001","hamster","black",1.0,3.0,false,"No, thank you!","I","I"],["ham_002","hamster","golden",0.25,0.2,false,"No, thank you!","assigned","assigned"],["cat_003","cat","black",10.0,0.0,true,"No, thank you!",".","."]]}'})]})}function u(e={}){const{wrapper:n}={...(0,t.R)(),...e.components};return n?(0,a.jsx)(n,{...e,children:(0,a.jsx)(m,{...e})}):m(e)}},8597:(e,n,s)=>{s.d(n,{A:()=>t});s(6540);var a=s(4848);const t=e=>{let{data:n}=e,s=[],t=[],i="",r=[];if(n){const e=JSON.parse(n);s=e.columns||[],t=e.data||[],i=e.indexName||"Index",r=e.index||[]}return(0,a.jsx)("div",{className:"dataframe-container",children:(0,a.jsxs)("table",{className:"dataframe-table",children:[(0,a.jsx)("thead",{children:(0,a.jsxs)("tr",{children:[(0,a.jsx)("th",{children:i}),s.map(((e,n)=>(0,a.jsx)("th",{children:e},n)))]})}),(0,a.jsx)("tbody",{children:t.map(((e,n)=>(0,a.jsxs)("tr",{children:[(0,a.jsx)("td",{className:"index-value",children:r[n]}),e.map(((e,n)=>{return(0,a.jsx)("td",{children:(s=e,"boolean"==typeof s?s.toString().charAt(0).toUpperCase()+s.toString().slice(1):s)},n);var s}))]},n)))})]})})}},8205:(e,n,s)=>{s.d(n,{A:()=>t});s(6540);var a=s(4848);const t=e=>{let{data:n}=e,s=[],t=[],i="",r="";if(n)try{const e=JSON.parse(n);i=e.name||"",r=e.dtype||"Unknown type",s=e.index||[],t=e.data||[]}catch(d){console.error("Error parsing data prop in SeriesComponent:",d)}const o=t.map((e=>JSON.stringify(e)));return(0,a.jsxs)("div",{className:"series-container",children:[(0,a.jsx)("ul",{className:"series-list",children:o.map(((e,n)=>(0,a.jsxs)("li",{className:"series-item",children:[(0,a.jsx)("span",{className:"series-index",children:s[n]}),(0,a.jsx)("span",{className:"series-value",children:"true"===e||"false"===e?e.charAt(0).toUpperCase()+e.slice(1):e})]},n)))}),(0,a.jsxs)("div",{className:"series-footer",children:["Name: ",i,", dtype: ",r]})]})}},8453:(e,n,s)=>{s.d(n,{R:()=>r,x:()=>o});var a=s(6540);const t={},i=a.createContext(t);function r(e){const n=a.useContext(i);return a.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function o(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:r(e.components),a.createElement(i.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.a5067429.js b/assets/js/runtime~main.b2adc75d.js similarity index 99% rename from assets/js/runtime~main.a5067429.js rename to assets/js/runtime~main.b2adc75d.js index 6f819833..55ab8ed1 100644 --- a/assets/js/runtime~main.a5067429.js +++ b/assets/js/runtime~main.b2adc75d.js @@ -1 +1 @@ -(()=>{"use strict";var e,a,f,c,d,b={},r={};function t(e){var a=r[e];if(void 0!==a)return a.exports;var f=r[e]={id:e,loaded:!1,exports:{}};return b[e].call(f.exports,f,f.exports,t),f.loaded=!0,f.exports}t.m=b,t.c=r,e=[],t.O=(a,f,c,d)=>{if(!f){var b=1/0;for(i=0;i=d)&&Object.keys(t.O).every((e=>t.O[e](f[o])))?f.splice(o--,1):(r=!1,d0&&e[i-1][2]>d;i--)e[i]=e[i-1];e[i]=[f,c,d]},t.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return t.d(a,{a:a}),a},f=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,t.t=function(e,c){if(1&c&&(e=this(e)),8&c)return e;if("object"==typeof e&&e){if(4&c&&e.__esModule)return e;if(16&c&&"function"==typeof e.then)return e}var d=Object.create(null);t.r(d);var b={};a=a||[null,f({}),f([]),f(f)];for(var r=2&c&&e;"object"==typeof r&&!~a.indexOf(r);r=f(r))Object.getOwnPropertyNames(r).forEach((a=>b[a]=()=>e[a]));return b.default=()=>e,t.d(d,b),d},t.d=(e,a)=>{for(var f in a)t.o(a,f)&&!t.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:a[f]})},t.f={},t.e=e=>Promise.all(Object.keys(t.f).reduce(((a,f)=>(t.f[f](e,a),a)),[])),t.u=e=>"assets/js/"+({28:"f095f4cd",94:"81322b72",121:"33e11bf9",514:"807a8ce9",614:"f2b0891e",675:"82ff9878",719:"9ac7dbcc",957:"c141421f",972:"f03ae67e",1235:"a7456010",1316:"62552850",1417:"83b8ee67",1429:"8d72dfa8",1746:"a278cdf6",1779:"9a265863",1903:"acecf23e",1944:"b0c30e46",1972:"73664a40",1979:"b69909d7",2087:"f0fd5c00",2105:"dd3b6db1",2138:"1a4e3797",2284:"6e05dac9",2302:"499d47b2",2334:"65beeb93",2441:"9e1896f0",2456:"36d89dbe",2491:"acb40918",2540:"79080f49",2563:"cd67c8da",2621:"ca8a4f49",2634:"c4f5d8e4",2646:"0c6397b1",2711:"9e4087bc",2720:"10f7d562",2808:"f0994678",2917:"dfefbedb",3110:"a98da3ba",3113:"d9ae1e76",3233:"be5f280b",3237:"2be9118b",3249:"ccc49370",3250:"1f418535",3279:"1fc0ff79",3342:"f9684ee2",3343:"f3b65525",3362:"f39390d7",3484:"c94468d5",3490:"abde3fc7",3508:"202baea0",3555:"d3ef55ca",3637:"f4f34a3a",3694:"8717b14a",3717:"099c0b96",3782:"6e7a31fd",3870:"37002ad4",3887:"0784c833",4049:"83aa63f8",4266:"8ded1294",4279:"df203c0f",4469:"6a26c916",4534:"97247bb2",4540:"f8d80a2f",4551:"907d0c45",4567:"655190df",4594:"62efbc4a",4638:"9746c0ef",4787:"3720c009",4812:"739bf370",4813:"6875c492",4833:"d4f68316",4929:"b78139e1",4932:"6b67e948",5007:"e06ba05c",5119:"d28047a2",5125:"10297ef4",5296:"14acb028",5557:"d9f32620",5579:"46ccc97a",5622:"5d6a2894",5742:"aba21aa0",5745:"8d40581b",5848:"8b4ce11c",5980:"6e2ca103",6061:"1f391b9e",6077:"ffbcff43",6090:"3f791b14",6137:"61546123",6142:"60c4aef6",6264:"187e374f",6280:"5ddb68ca",6363:"2141c98b",6690:"920988e2",6730:"b7ff327f",6747:"f4434bba",6969:"14eb3368",7069:"2efbf384",7098:"a7bd4aaa",7174:"a4805c9a",7214:"dcbe5aac",7233:"f4c1c84a",7326:"03f8d3d3",7330:"a5d86b03",7338:"9a1a2feb",7354:"541bd1cc",7380:"e6a51af0",7472:"814f3328",7489:"fe41946a",7643:"a6aa9e1f",7661:"26533384",7680:"cdae2dcc",7795:"f3976560",8065:"80770d40",8104:"d3196d0d",8189:"b2bdf99d",8209:"01a85c17",8241:"de98ccb0",8328:"5ad2bf6e",8401:"17896441",8449:"29759c23",8593:"ce5ff83d",8609:"925b3f96",8737:"7661071f",8743:"80c4c602",8852:"ac5712c7",8857:"0708938a",9048:"a94703ab",9108:"d16c2311",9325:"59362658",9328:"e273c56f",9448:"1774e1e3",9488:"ce9b9f25",9572:"8c496670",9595:"fb17983f",9600:"eaaf288f",9647:"5e95c892",9826:"d01a85b0",9858:"36994c47",9894:"9f1843d8",9930:"ffd9fdf4",9938:"3eb51302"}[e]||e)+"."+{28:"460bde7f",94:"90d5758b",121:"9b966418",416:"2da58a29",514:"db71d3f2",614:"12555846",675:"7ed7c77b",719:"77c0c128",957:"eb77f58b",972:"60f98101",1235:"e3f68dab",1316:"611cdd05",1417:"8566deea",1429:"c6550015",1746:"6d5ef8b3",1779:"941bfa1e",1903:"978cac9e",1944:"494989bc",1972:"6864c464",1979:"cf14dce4",2087:"5602ceb4",2105:"2dded40c",2138:"cc431c8c",2237:"6895c75e",2284:"5de02c24",2302:"c062c876",2334:"0d76c968",2441:"22bea2d0",2456:"abf69e17",2491:"20b35a67",2540:"9a0341a0",2563:"eaf73a42",2621:"924264c1",2634:"8c6997a5",2646:"4c026ca7",2667:"1d2d8cb8",2711:"1233637c",2720:"9b0bb4fc",2808:"04e51180",2917:"f0f27122",3110:"b670659f",3113:"9da90fe2",3233:"69c559f2",3237:"7b3e5f60",3242:"42f3e555",3249:"ede845d6",3250:"14a23ce4",3279:"66617d79",3342:"bde9f1d7",3343:"bbccd05b",3362:"83b4195a",3484:"f95f54ed",3490:"b4dcf340",3508:"cc8071ce",3555:"2308a0a5",3637:"b17e442f",3694:"5454028b",3717:"cd0ce1aa",3782:"f2c56f5f",3870:"05ddd35d",3887:"c75cf449",4049:"e3a12dc4",4266:"d075716b",4279:"eaa01a0c",4469:"af28a919",4534:"84f8af6a",4540:"afca9aa7",4551:"7e422b8d",4567:"23a73ffd",4594:"c709e8af",4638:"34e22d42",4787:"9b65805f",4812:"9d003505",4813:"170acbab",4833:"3b3c7956",4929:"8a1c1243",4932:"8054ba9a",5007:"368bbaf3",5119:"40e4d113",5125:"7866df03",5296:"d858fe86",5557:"7d0f45aa",5579:"c2d0e88e",5622:"b04f077c",5742:"6cc8becd",5745:"0f3d989b",5848:"2d545e07",5980:"d9085a20",6061:"724c4e8c",6077:"68efc8e4",6090:"fee676c1",6137:"cc7aeccc",6142:"df31d04c",6264:"00e1cc00",6280:"436007ea",6363:"275fc66e",6690:"57981825",6730:"14ea75bb",6747:"0479fbaa",6969:"66f25eb3",7069:"9fb78a8b",7098:"7f57ba47",7174:"e88a1e33",7214:"70a12792",7233:"0250807e",7326:"a8470516",7330:"a79feeeb",7338:"a1bfeb61",7354:"7439de24",7380:"610f9b02",7472:"2a71da77",7489:"a8daece4",7643:"e66b5d79",7661:"20b91dfd",7680:"a93bb4e4",7795:"e6a51183",8065:"0519ff36",8104:"38775b92",8189:"abb923e7",8209:"325e5c9a",8241:"f43dadcf",8328:"3e7a07f1",8401:"9d8dda81",8449:"08a60880",8593:"5fdc399b",8609:"cba4ee15",8737:"8f82254d",8743:"78a5f73f",8852:"1cc6e45c",8857:"9e0ad3d4",8913:"a03b371c",9048:"be35ee30",9108:"d056fef5",9325:"777bc4c6",9328:"f95f7890",9448:"31a80d1b",9462:"c36291a8",9488:"b68bf0b7",9572:"7eeaf962",9595:"d5f88d2e",9600:"80006e89",9647:"185788dc",9826:"297915d4",9858:"61b8e5f6",9894:"235e28da",9930:"487ad059",9938:"ade32d2c"}[e]+".js",t.miniCssF=e=>{},t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),t.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),c={},d="bpd-reference:",t.l=(e,a,f,b)=>{if(c[e])c[e].push(a);else{var r,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{r.onerror=r.onload=null,clearTimeout(s);var d=c[e];if(delete c[e],r.parentNode&&r.parentNode.removeChild(r),d&&d.forEach((e=>e(f))),a)return a(f)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:r}),12e4);r.onerror=l.bind(null,r.onerror),r.onload=l.bind(null,r.onload),o&&document.head.appendChild(r)}},t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.p="/bpd-reference/",t.gca=function(e){return e={17896441:"8401",26533384:"7661",59362658:"9325",61546123:"6137",62552850:"1316",f095f4cd:"28","81322b72":"94","33e11bf9":"121","807a8ce9":"514",f2b0891e:"614","82ff9878":"675","9ac7dbcc":"719",c141421f:"957",f03ae67e:"972",a7456010:"1235","83b8ee67":"1417","8d72dfa8":"1429",a278cdf6:"1746","9a265863":"1779",acecf23e:"1903",b0c30e46:"1944","73664a40":"1972",b69909d7:"1979",f0fd5c00:"2087",dd3b6db1:"2105","1a4e3797":"2138","6e05dac9":"2284","499d47b2":"2302","65beeb93":"2334","9e1896f0":"2441","36d89dbe":"2456",acb40918:"2491","79080f49":"2540",cd67c8da:"2563",ca8a4f49:"2621",c4f5d8e4:"2634","0c6397b1":"2646","9e4087bc":"2711","10f7d562":"2720",f0994678:"2808",dfefbedb:"2917",a98da3ba:"3110",d9ae1e76:"3113",be5f280b:"3233","2be9118b":"3237",ccc49370:"3249","1f418535":"3250","1fc0ff79":"3279",f9684ee2:"3342",f3b65525:"3343",f39390d7:"3362",c94468d5:"3484",abde3fc7:"3490","202baea0":"3508",d3ef55ca:"3555",f4f34a3a:"3637","8717b14a":"3694","099c0b96":"3717","6e7a31fd":"3782","37002ad4":"3870","0784c833":"3887","83aa63f8":"4049","8ded1294":"4266",df203c0f:"4279","6a26c916":"4469","97247bb2":"4534",f8d80a2f:"4540","907d0c45":"4551","655190df":"4567","62efbc4a":"4594","9746c0ef":"4638","3720c009":"4787","739bf370":"4812","6875c492":"4813",d4f68316:"4833",b78139e1:"4929","6b67e948":"4932",e06ba05c:"5007",d28047a2:"5119","10297ef4":"5125","14acb028":"5296",d9f32620:"5557","46ccc97a":"5579","5d6a2894":"5622",aba21aa0:"5742","8d40581b":"5745","8b4ce11c":"5848","6e2ca103":"5980","1f391b9e":"6061",ffbcff43:"6077","3f791b14":"6090","60c4aef6":"6142","187e374f":"6264","5ddb68ca":"6280","2141c98b":"6363","920988e2":"6690",b7ff327f:"6730",f4434bba:"6747","14eb3368":"6969","2efbf384":"7069",a7bd4aaa:"7098",a4805c9a:"7174",dcbe5aac:"7214",f4c1c84a:"7233","03f8d3d3":"7326",a5d86b03:"7330","9a1a2feb":"7338","541bd1cc":"7354",e6a51af0:"7380","814f3328":"7472",fe41946a:"7489",a6aa9e1f:"7643",cdae2dcc:"7680",f3976560:"7795","80770d40":"8065",d3196d0d:"8104",b2bdf99d:"8189","01a85c17":"8209",de98ccb0:"8241","5ad2bf6e":"8328","29759c23":"8449",ce5ff83d:"8593","925b3f96":"8609","7661071f":"8737","80c4c602":"8743",ac5712c7:"8852","0708938a":"8857",a94703ab:"9048",d16c2311:"9108",e273c56f:"9328","1774e1e3":"9448",ce9b9f25:"9488","8c496670":"9572",fb17983f:"9595",eaaf288f:"9600","5e95c892":"9647",d01a85b0:"9826","36994c47":"9858","9f1843d8":"9894",ffd9fdf4:"9930","3eb51302":"9938"}[e]||e,t.p+t.u(e)},(()=>{var e={5354:0,1869:0};t.f.j=(a,f)=>{var c=t.o(e,a)?e[a]:void 0;if(0!==c)if(c)f.push(c[2]);else if(/^(1869|5354)$/.test(a))e[a]=0;else{var d=new Promise(((f,d)=>c=e[a]=[f,d]));f.push(c[2]=d);var b=t.p+t.u(a),r=new Error;t.l(b,(f=>{if(t.o(e,a)&&(0!==(c=e[a])&&(e[a]=void 0),c)){var d=f&&("load"===f.type?"missing":f.type),b=f&&f.target&&f.target.src;r.message="Loading chunk "+a+" failed.\n("+d+": "+b+")",r.name="ChunkLoadError",r.type=d,r.request=b,c[1](r)}}),"chunk-"+a,a)}},t.O.j=a=>0===e[a];var a=(a,f)=>{var c,d,b=f[0],r=f[1],o=f[2],n=0;if(b.some((a=>0!==e[a]))){for(c in r)t.o(r,c)&&(t.m[c]=r[c]);if(o)var i=o(t)}for(a&&a(f);n{"use strict";var e,a,f,c,d,b={},r={};function t(e){var a=r[e];if(void 0!==a)return a.exports;var f=r[e]={id:e,loaded:!1,exports:{}};return b[e].call(f.exports,f,f.exports,t),f.loaded=!0,f.exports}t.m=b,t.c=r,e=[],t.O=(a,f,c,d)=>{if(!f){var b=1/0;for(i=0;i=d)&&Object.keys(t.O).every((e=>t.O[e](f[o])))?f.splice(o--,1):(r=!1,d0&&e[i-1][2]>d;i--)e[i]=e[i-1];e[i]=[f,c,d]},t.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return t.d(a,{a:a}),a},f=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,t.t=function(e,c){if(1&c&&(e=this(e)),8&c)return e;if("object"==typeof e&&e){if(4&c&&e.__esModule)return e;if(16&c&&"function"==typeof e.then)return e}var d=Object.create(null);t.r(d);var b={};a=a||[null,f({}),f([]),f(f)];for(var r=2&c&&e;"object"==typeof r&&!~a.indexOf(r);r=f(r))Object.getOwnPropertyNames(r).forEach((a=>b[a]=()=>e[a]));return b.default=()=>e,t.d(d,b),d},t.d=(e,a)=>{for(var f in a)t.o(a,f)&&!t.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:a[f]})},t.f={},t.e=e=>Promise.all(Object.keys(t.f).reduce(((a,f)=>(t.f[f](e,a),a)),[])),t.u=e=>"assets/js/"+({28:"f095f4cd",94:"81322b72",121:"33e11bf9",514:"807a8ce9",614:"f2b0891e",675:"82ff9878",719:"9ac7dbcc",957:"c141421f",972:"f03ae67e",1235:"a7456010",1316:"62552850",1417:"83b8ee67",1429:"8d72dfa8",1746:"a278cdf6",1779:"9a265863",1903:"acecf23e",1944:"b0c30e46",1972:"73664a40",1979:"b69909d7",2087:"f0fd5c00",2105:"dd3b6db1",2138:"1a4e3797",2284:"6e05dac9",2302:"499d47b2",2334:"65beeb93",2441:"9e1896f0",2456:"36d89dbe",2491:"acb40918",2540:"79080f49",2563:"cd67c8da",2621:"ca8a4f49",2634:"c4f5d8e4",2646:"0c6397b1",2711:"9e4087bc",2720:"10f7d562",2808:"f0994678",2917:"dfefbedb",3110:"a98da3ba",3113:"d9ae1e76",3233:"be5f280b",3237:"2be9118b",3249:"ccc49370",3250:"1f418535",3279:"1fc0ff79",3342:"f9684ee2",3343:"f3b65525",3362:"f39390d7",3484:"c94468d5",3490:"abde3fc7",3508:"202baea0",3555:"d3ef55ca",3637:"f4f34a3a",3694:"8717b14a",3717:"099c0b96",3782:"6e7a31fd",3870:"37002ad4",3887:"0784c833",4049:"83aa63f8",4266:"8ded1294",4279:"df203c0f",4469:"6a26c916",4534:"97247bb2",4540:"f8d80a2f",4551:"907d0c45",4567:"655190df",4594:"62efbc4a",4638:"9746c0ef",4787:"3720c009",4812:"739bf370",4813:"6875c492",4833:"d4f68316",4929:"b78139e1",4932:"6b67e948",5007:"e06ba05c",5119:"d28047a2",5125:"10297ef4",5296:"14acb028",5557:"d9f32620",5579:"46ccc97a",5622:"5d6a2894",5742:"aba21aa0",5745:"8d40581b",5848:"8b4ce11c",5980:"6e2ca103",6061:"1f391b9e",6077:"ffbcff43",6090:"3f791b14",6137:"61546123",6142:"60c4aef6",6264:"187e374f",6280:"5ddb68ca",6363:"2141c98b",6690:"920988e2",6730:"b7ff327f",6747:"f4434bba",6969:"14eb3368",7069:"2efbf384",7098:"a7bd4aaa",7174:"a4805c9a",7214:"dcbe5aac",7233:"f4c1c84a",7326:"03f8d3d3",7330:"a5d86b03",7338:"9a1a2feb",7354:"541bd1cc",7380:"e6a51af0",7472:"814f3328",7489:"fe41946a",7643:"a6aa9e1f",7661:"26533384",7680:"cdae2dcc",7795:"f3976560",8065:"80770d40",8104:"d3196d0d",8189:"b2bdf99d",8209:"01a85c17",8241:"de98ccb0",8328:"5ad2bf6e",8401:"17896441",8449:"29759c23",8593:"ce5ff83d",8609:"925b3f96",8737:"7661071f",8743:"80c4c602",8852:"ac5712c7",8857:"0708938a",9048:"a94703ab",9108:"d16c2311",9325:"59362658",9328:"e273c56f",9448:"1774e1e3",9488:"ce9b9f25",9572:"8c496670",9595:"fb17983f",9600:"eaaf288f",9647:"5e95c892",9826:"d01a85b0",9858:"36994c47",9894:"9f1843d8",9930:"ffd9fdf4",9938:"3eb51302"}[e]||e)+"."+{28:"460bde7f",94:"90d5758b",121:"9b966418",416:"2da58a29",514:"db71d3f2",614:"12555846",675:"7ed7c77b",719:"77c0c128",957:"eb77f58b",972:"60f98101",1235:"e3f68dab",1316:"611cdd05",1417:"8566deea",1429:"c6550015",1746:"6d5ef8b3",1779:"941bfa1e",1903:"978cac9e",1944:"494989bc",1972:"6864c464",1979:"cf14dce4",2087:"5602ceb4",2105:"2dded40c",2138:"cc431c8c",2237:"6895c75e",2284:"5de02c24",2302:"c062c876",2334:"0d76c968",2441:"22bea2d0",2456:"abf69e17",2491:"20b35a67",2540:"9a0341a0",2563:"eaf73a42",2621:"924264c1",2634:"8c6997a5",2646:"4c026ca7",2667:"1d2d8cb8",2711:"1233637c",2720:"9b0bb4fc",2808:"04e51180",2917:"f0f27122",3110:"b670659f",3113:"9da90fe2",3233:"69c559f2",3237:"7b3e5f60",3242:"42f3e555",3249:"ede845d6",3250:"14a23ce4",3279:"66617d79",3342:"bde9f1d7",3343:"315740a9",3362:"83b4195a",3484:"f95f54ed",3490:"b4dcf340",3508:"cc8071ce",3555:"2308a0a5",3637:"b17e442f",3694:"5454028b",3717:"cd0ce1aa",3782:"f2c56f5f",3870:"05ddd35d",3887:"c75cf449",4049:"e3a12dc4",4266:"d075716b",4279:"eaa01a0c",4469:"af28a919",4534:"84f8af6a",4540:"afca9aa7",4551:"7e422b8d",4567:"23a73ffd",4594:"c709e8af",4638:"34e22d42",4787:"9b65805f",4812:"9d003505",4813:"170acbab",4833:"3b3c7956",4929:"8a1c1243",4932:"8054ba9a",5007:"368bbaf3",5119:"40e4d113",5125:"7866df03",5296:"d858fe86",5557:"7d0f45aa",5579:"c2d0e88e",5622:"b04f077c",5742:"6cc8becd",5745:"0f3d989b",5848:"2d545e07",5980:"d9085a20",6061:"724c4e8c",6077:"68efc8e4",6090:"fee676c1",6137:"cc7aeccc",6142:"df31d04c",6264:"00e1cc00",6280:"436007ea",6363:"275fc66e",6690:"57981825",6730:"14ea75bb",6747:"0479fbaa",6969:"66f25eb3",7069:"9fb78a8b",7098:"7f57ba47",7174:"e88a1e33",7214:"70a12792",7233:"0250807e",7326:"a8470516",7330:"a79feeeb",7338:"a1bfeb61",7354:"7439de24",7380:"610f9b02",7472:"2a71da77",7489:"a8daece4",7643:"e66b5d79",7661:"20b91dfd",7680:"a93bb4e4",7795:"e6a51183",8065:"0519ff36",8104:"38775b92",8189:"abb923e7",8209:"325e5c9a",8241:"f43dadcf",8328:"3e7a07f1",8401:"9d8dda81",8449:"08a60880",8593:"5fdc399b",8609:"cba4ee15",8737:"8f82254d",8743:"78a5f73f",8852:"1cc6e45c",8857:"9e0ad3d4",8913:"a03b371c",9048:"be35ee30",9108:"d056fef5",9325:"777bc4c6",9328:"f95f7890",9448:"31a80d1b",9462:"c36291a8",9488:"b68bf0b7",9572:"7eeaf962",9595:"d5f88d2e",9600:"80006e89",9647:"185788dc",9826:"297915d4",9858:"61b8e5f6",9894:"235e28da",9930:"487ad059",9938:"ade32d2c"}[e]+".js",t.miniCssF=e=>{},t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),t.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),c={},d="bpd-reference:",t.l=(e,a,f,b)=>{if(c[e])c[e].push(a);else{var r,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{r.onerror=r.onload=null,clearTimeout(s);var d=c[e];if(delete c[e],r.parentNode&&r.parentNode.removeChild(r),d&&d.forEach((e=>e(f))),a)return a(f)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:r}),12e4);r.onerror=l.bind(null,r.onerror),r.onload=l.bind(null,r.onload),o&&document.head.appendChild(r)}},t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.p="/bpd-reference/",t.gca=function(e){return e={17896441:"8401",26533384:"7661",59362658:"9325",61546123:"6137",62552850:"1316",f095f4cd:"28","81322b72":"94","33e11bf9":"121","807a8ce9":"514",f2b0891e:"614","82ff9878":"675","9ac7dbcc":"719",c141421f:"957",f03ae67e:"972",a7456010:"1235","83b8ee67":"1417","8d72dfa8":"1429",a278cdf6:"1746","9a265863":"1779",acecf23e:"1903",b0c30e46:"1944","73664a40":"1972",b69909d7:"1979",f0fd5c00:"2087",dd3b6db1:"2105","1a4e3797":"2138","6e05dac9":"2284","499d47b2":"2302","65beeb93":"2334","9e1896f0":"2441","36d89dbe":"2456",acb40918:"2491","79080f49":"2540",cd67c8da:"2563",ca8a4f49:"2621",c4f5d8e4:"2634","0c6397b1":"2646","9e4087bc":"2711","10f7d562":"2720",f0994678:"2808",dfefbedb:"2917",a98da3ba:"3110",d9ae1e76:"3113",be5f280b:"3233","2be9118b":"3237",ccc49370:"3249","1f418535":"3250","1fc0ff79":"3279",f9684ee2:"3342",f3b65525:"3343",f39390d7:"3362",c94468d5:"3484",abde3fc7:"3490","202baea0":"3508",d3ef55ca:"3555",f4f34a3a:"3637","8717b14a":"3694","099c0b96":"3717","6e7a31fd":"3782","37002ad4":"3870","0784c833":"3887","83aa63f8":"4049","8ded1294":"4266",df203c0f:"4279","6a26c916":"4469","97247bb2":"4534",f8d80a2f:"4540","907d0c45":"4551","655190df":"4567","62efbc4a":"4594","9746c0ef":"4638","3720c009":"4787","739bf370":"4812","6875c492":"4813",d4f68316:"4833",b78139e1:"4929","6b67e948":"4932",e06ba05c:"5007",d28047a2:"5119","10297ef4":"5125","14acb028":"5296",d9f32620:"5557","46ccc97a":"5579","5d6a2894":"5622",aba21aa0:"5742","8d40581b":"5745","8b4ce11c":"5848","6e2ca103":"5980","1f391b9e":"6061",ffbcff43:"6077","3f791b14":"6090","60c4aef6":"6142","187e374f":"6264","5ddb68ca":"6280","2141c98b":"6363","920988e2":"6690",b7ff327f:"6730",f4434bba:"6747","14eb3368":"6969","2efbf384":"7069",a7bd4aaa:"7098",a4805c9a:"7174",dcbe5aac:"7214",f4c1c84a:"7233","03f8d3d3":"7326",a5d86b03:"7330","9a1a2feb":"7338","541bd1cc":"7354",e6a51af0:"7380","814f3328":"7472",fe41946a:"7489",a6aa9e1f:"7643",cdae2dcc:"7680",f3976560:"7795","80770d40":"8065",d3196d0d:"8104",b2bdf99d:"8189","01a85c17":"8209",de98ccb0:"8241","5ad2bf6e":"8328","29759c23":"8449",ce5ff83d:"8593","925b3f96":"8609","7661071f":"8737","80c4c602":"8743",ac5712c7:"8852","0708938a":"8857",a94703ab:"9048",d16c2311:"9108",e273c56f:"9328","1774e1e3":"9448",ce9b9f25:"9488","8c496670":"9572",fb17983f:"9595",eaaf288f:"9600","5e95c892":"9647",d01a85b0:"9826","36994c47":"9858","9f1843d8":"9894",ffd9fdf4:"9930","3eb51302":"9938"}[e]||e,t.p+t.u(e)},(()=>{var e={5354:0,1869:0};t.f.j=(a,f)=>{var c=t.o(e,a)?e[a]:void 0;if(0!==c)if(c)f.push(c[2]);else if(/^(1869|5354)$/.test(a))e[a]=0;else{var d=new Promise(((f,d)=>c=e[a]=[f,d]));f.push(c[2]=d);var b=t.p+t.u(a),r=new Error;t.l(b,(f=>{if(t.o(e,a)&&(0!==(c=e[a])&&(e[a]=void 0),c)){var d=f&&("load"===f.type?"missing":f.type),b=f&&f.target&&f.target.src;r.message="Loading chunk "+a+" failed.\n("+d+": "+b+")",r.name="ChunkLoadError",r.type=d,r.request=b,c[1](r)}}),"chunk-"+a,a)}},t.O.j=a=>0===e[a];var a=(a,f)=>{var c,d,b=f[0],r=f[1],o=f[2],n=0;if(b.some((a=>0!==e[a]))){for(c in r)t.o(r,c)&&(t.m[c]=r[c]);if(o)var i=o(t)}for(a&&a(f);n - + diff --git a/blog/first-blog-post/index.html b/blog/first-blog-post/index.html index dedaddee..880645df 100644 --- a/blog/first-blog-post/index.html +++ b/blog/first-blog-post/index.html @@ -16,7 +16,7 @@ - + diff --git a/blog/index.html b/blog/index.html index 40f44bab..6ddf6069 100644 --- a/blog/index.html +++ b/blog/index.html @@ -16,7 +16,7 @@ - + diff --git a/blog/long-blog-post/index.html b/blog/long-blog-post/index.html index 3a796e3e..cab8bcb5 100644 --- a/blog/long-blog-post/index.html +++ b/blog/long-blog-post/index.html @@ -16,7 +16,7 @@ - + diff --git a/blog/mdx-blog-post/index.html b/blog/mdx-blog-post/index.html index 1927b1c2..48da777b 100644 --- a/blog/mdx-blog-post/index.html +++ b/blog/mdx-blog-post/index.html @@ -16,7 +16,7 @@ - + diff --git a/blog/tags/docusaurus/index.html b/blog/tags/docusaurus/index.html index e8ece0d2..c956395e 100644 --- a/blog/tags/docusaurus/index.html +++ b/blog/tags/docusaurus/index.html @@ -16,7 +16,7 @@ - + diff --git a/blog/tags/facebook/index.html b/blog/tags/facebook/index.html index 6d2e7636..61e22e24 100644 --- a/blog/tags/facebook/index.html +++ b/blog/tags/facebook/index.html @@ -16,7 +16,7 @@ - + diff --git a/blog/tags/hello/index.html b/blog/tags/hello/index.html index 4d821b8b..2127c9a2 100644 --- a/blog/tags/hello/index.html +++ b/blog/tags/hello/index.html @@ -16,7 +16,7 @@ - + diff --git a/blog/tags/hola/index.html b/blog/tags/hola/index.html index 76bc344d..ef415f3e 100644 --- a/blog/tags/hola/index.html +++ b/blog/tags/hola/index.html @@ -16,7 +16,7 @@ - + diff --git a/blog/tags/index.html b/blog/tags/index.html index fe5af155..65cbf73f 100644 --- a/blog/tags/index.html +++ b/blog/tags/index.html @@ -16,7 +16,7 @@ - + diff --git a/blog/welcome/index.html b/blog/welcome/index.html index 30ae4741..e7a52e78 100644 --- a/blog/welcome/index.html +++ b/blog/welcome/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/category/if-statements/index.html b/docs/category/if-statements/index.html index b53cf998..53aeb256 100644 --- a/docs/category/if-statements/index.html +++ b/docs/category/if-statements/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/category/querying/index.html b/docs/category/querying/index.html index 2fb2680a..c89f42ac 100644 --- a/docs/category/querying/index.html +++ b/docs/category/querying/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/Functions/Applying Functions/index.html b/docs/documentation/Functions/Applying Functions/index.html index 265eebac..2ec741f6 100644 --- a/docs/documentation/Functions/Applying Functions/index.html +++ b/docs/documentation/Functions/Applying Functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/Functions/Writing Functions/index.html b/docs/documentation/Functions/Writing Functions/index.html index 814ef977..07a3af03 100644 --- a/docs/documentation/Functions/Writing Functions/index.html +++ b/docs/documentation/Functions/Writing Functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/Grouping/aggregation/count()/index.html b/docs/documentation/Grouping/aggregation/count()/index.html index 830b34d5..6a3f6171 100644 --- a/docs/documentation/Grouping/aggregation/count()/index.html +++ b/docs/documentation/Grouping/aggregation/count()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/Grouping/aggregation/max()/index.html b/docs/documentation/Grouping/aggregation/max()/index.html index a1313185..761bf64c 100644 --- a/docs/documentation/Grouping/aggregation/max()/index.html +++ b/docs/documentation/Grouping/aggregation/max()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/Grouping/aggregation/mean()/index.html b/docs/documentation/Grouping/aggregation/mean()/index.html index 109b630a..5eddbb4c 100644 --- a/docs/documentation/Grouping/aggregation/mean()/index.html +++ b/docs/documentation/Grouping/aggregation/mean()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/Grouping/aggregation/median()/index.html b/docs/documentation/Grouping/aggregation/median()/index.html index 1a7cf0e7..9d959e1f 100644 --- a/docs/documentation/Grouping/aggregation/median()/index.html +++ b/docs/documentation/Grouping/aggregation/median()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/Grouping/aggregation/min()/index.html b/docs/documentation/Grouping/aggregation/min()/index.html index dca2bb0e..ad4f1ffa 100644 --- a/docs/documentation/Grouping/aggregation/min()/index.html +++ b/docs/documentation/Grouping/aggregation/min()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/Grouping/aggregation/sum()/index.html b/docs/documentation/Grouping/aggregation/sum()/index.html index b13da41b..57c09170 100644 --- a/docs/documentation/Grouping/aggregation/sum()/index.html +++ b/docs/documentation/Grouping/aggregation/sum()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/Grouping/groupby/index.html b/docs/documentation/Grouping/groupby/index.html index f9207be5..b7156607 100644 --- a/docs/documentation/Grouping/groupby/index.html +++ b/docs/documentation/Grouping/groupby/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/accessing-data/df.columns/index.html b/docs/documentation/accessing-data/df.columns/index.html index 1a172e64..30d92e2e 100644 --- a/docs/documentation/accessing-data/df.columns/index.html +++ b/docs/documentation/accessing-data/df.columns/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/accessing-data/df.get()/index.html b/docs/documentation/accessing-data/df.get()/index.html index 75ddc4fe..f2c098c6 100644 --- a/docs/documentation/accessing-data/df.get()/index.html +++ b/docs/documentation/accessing-data/df.get()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/accessing-data/df.index/index.html b/docs/documentation/accessing-data/df.index/index.html index 18d91a9d..f45ab435 100644 --- a/docs/documentation/accessing-data/df.index/index.html +++ b/docs/documentation/accessing-data/df.index/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/accessing-data/df.shape/index.html b/docs/documentation/accessing-data/df.shape/index.html index 215de8f0..7f46cea3 100644 --- a/docs/documentation/accessing-data/df.shape/index.html +++ b/docs/documentation/accessing-data/df.shape/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/accessing-data/df.take()/index.html b/docs/documentation/accessing-data/df.take()/index.html index 0a442e87..d5d880c4 100644 --- a/docs/documentation/accessing-data/df.take()/index.html +++ b/docs/documentation/accessing-data/df.take()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/accessing-data/index.html b/docs/documentation/accessing-data/index.html index aa28b57c..34ae9401 100644 --- a/docs/documentation/accessing-data/index.html +++ b/docs/documentation/accessing-data/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/accessing-data/ser.iloc[]/index.html b/docs/documentation/accessing-data/ser.iloc[]/index.html index a2dfd885..b1b2f1b7 100644 --- a/docs/documentation/accessing-data/ser.iloc[]/index.html +++ b/docs/documentation/accessing-data/ser.iloc[]/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/accessing-data/ser.loc[]/index.html b/docs/documentation/accessing-data/ser.loc[]/index.html index e5bff2fc..b0079704 100644 --- a/docs/documentation/accessing-data/ser.loc[]/index.html +++ b/docs/documentation/accessing-data/ser.loc[]/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/arrays-and-numpy/arr[]/index.html b/docs/documentation/arrays-and-numpy/arr[]/index.html index 3a871e99..c9da1892 100644 --- a/docs/documentation/arrays-and-numpy/arr[]/index.html +++ b/docs/documentation/arrays-and-numpy/arr[]/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/arrays-and-numpy/index.html b/docs/documentation/arrays-and-numpy/index.html index 3965289c..c7114e78 100644 --- a/docs/documentation/arrays-and-numpy/index.html +++ b/docs/documentation/arrays-and-numpy/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/arrays-and-numpy/np.append()/index.html b/docs/documentation/arrays-and-numpy/np.append()/index.html index 7872cd72..976b272b 100644 --- a/docs/documentation/arrays-and-numpy/np.append()/index.html +++ b/docs/documentation/arrays-and-numpy/np.append()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/arrays-and-numpy/np.arange()/index.html b/docs/documentation/arrays-and-numpy/np.arange()/index.html index 04570441..89080db5 100644 --- a/docs/documentation/arrays-and-numpy/np.arange()/index.html +++ b/docs/documentation/arrays-and-numpy/np.arange()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/arrays-and-numpy/np.count_nonzero()/index.html b/docs/documentation/arrays-and-numpy/np.count_nonzero()/index.html index 01421cef..31265acb 100644 --- a/docs/documentation/arrays-and-numpy/np.count_nonzero()/index.html +++ b/docs/documentation/arrays-and-numpy/np.count_nonzero()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/arrays-and-numpy/np.percentile()/index.html b/docs/documentation/arrays-and-numpy/np.percentile()/index.html index 55f6e0a2..7dd8bbfc 100644 --- a/docs/documentation/arrays-and-numpy/np.percentile()/index.html +++ b/docs/documentation/arrays-and-numpy/np.percentile()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/arrays-and-numpy/np.round()/index.html b/docs/documentation/arrays-and-numpy/np.round()/index.html index e502623a..d90b31fd 100644 --- a/docs/documentation/arrays-and-numpy/np.round()/index.html +++ b/docs/documentation/arrays-and-numpy/np.round()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/arrays-and-numpy/np.unique()/index.html b/docs/documentation/arrays-and-numpy/np.unique()/index.html index 5c4c389d..7ec44b2b 100644 --- a/docs/documentation/arrays-and-numpy/np.unique()/index.html +++ b/docs/documentation/arrays-and-numpy/np.unique()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/building-organizing/bpd.DataFrame()/index.html b/docs/documentation/building-organizing/bpd.DataFrame()/index.html index 1343b705..e254887a 100644 --- a/docs/documentation/building-organizing/bpd.DataFrame()/index.html +++ b/docs/documentation/building-organizing/bpd.DataFrame()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/building-organizing/bpd.read_csv()/index.html b/docs/documentation/building-organizing/bpd.read_csv()/index.html index e885c24b..fa2ae65b 100644 --- a/docs/documentation/building-organizing/bpd.read_csv()/index.html +++ b/docs/documentation/building-organizing/bpd.read_csv()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/building-organizing/df.assign()/index.html b/docs/documentation/building-organizing/df.assign()/index.html index 76ea5d7a..ca44acd4 100644 --- a/docs/documentation/building-organizing/df.assign()/index.html +++ b/docs/documentation/building-organizing/df.assign()/index.html @@ -16,14 +16,14 @@ - +

df.assign()

df.assign(name_of_column=column_data)

Adds/replaces a column. name_of_column should not have quotes or spaces.

Input:
name_of_column : string
Name of column to assign list to.
column_data : list or Series
The data name_of_column will contain.
Returns:
A new DataFrame with name_of_column in addition to all the existing columns.
Return Type:
DataFrame

-
pets = pets.assign(New_column_1=['this', 'is', 'a', 'new', 'column', 'I', 'assigned'], 
New_column_2=['this', 'is', 'another', 'new', 'column', 'I', 'assigned'])
pets
+
pets = pets.assign(New_column_1=['this', 'is', 'a', 'new', 'column', 'I', 'assigned', '.'], 
New_column_2=['this', 'is', 'another', 'new', 'column', 'I', 'assigned', '.'])
pets
IndexIDSpeciesColorWeightAgeIs_CatOwner_CommentNew_column_1New_column_2
0dog_001dogblack405False There are no bad dogs, only bad owners.thisthis
1cat_001catgolden1.50.2TrueMy best birthday present ever!!!isis
2cat_002catblack159True****All you need is love and a cat.****aanother
3dog_002dogwhite802FalseLove is a wet nose and a wagging tail.newnew
4dog_003dogblack250.5FalseBe the person your dog thinks you are.columncolumn
5ham_001hamsterblack13FalseNo, thank you!II
6ham_002hamstergolden0.250.2FalseNo, thank you!assignedassigned
7cat_003catblack100TrueNo, thank you!..
\ No newline at end of file diff --git a/docs/documentation/building-organizing/df.drop()/index.html b/docs/documentation/building-organizing/df.drop()/index.html index dea6631e..848afc0d 100644 --- a/docs/documentation/building-organizing/df.drop()/index.html +++ b/docs/documentation/building-organizing/df.drop()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/building-organizing/df.merge()/index.html b/docs/documentation/building-organizing/df.merge()/index.html index 7954fde7..dbf6d6c9 100644 --- a/docs/documentation/building-organizing/df.merge()/index.html +++ b/docs/documentation/building-organizing/df.merge()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/building-organizing/df.reset_index()/index.html b/docs/documentation/building-organizing/df.reset_index()/index.html index 398b17d5..5bb32677 100644 --- a/docs/documentation/building-organizing/df.reset_index()/index.html +++ b/docs/documentation/building-organizing/df.reset_index()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/building-organizing/df.set_index()/index.html b/docs/documentation/building-organizing/df.set_index()/index.html index 7c8846ad..0555920a 100644 --- a/docs/documentation/building-organizing/df.set_index()/index.html +++ b/docs/documentation/building-organizing/df.set_index()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/building-organizing/df.sort_values()/index.html b/docs/documentation/building-organizing/df.sort_values()/index.html index aba5ec6a..127742b1 100644 --- a/docs/documentation/building-organizing/df.sort_values()/index.html +++ b/docs/documentation/building-organizing/df.sort_values()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/building-organizing/index.html b/docs/documentation/building-organizing/index.html index 234d71a3..51282104 100644 --- a/docs/documentation/building-organizing/index.html +++ b/docs/documentation/building-organizing/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/data format conversion/index.html b/docs/documentation/data format conversion/index.html index 53ff4606..1ee0d627 100644 --- a/docs/documentation/data format conversion/index.html +++ b/docs/documentation/data format conversion/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/data format conversion/list()/index.html b/docs/documentation/data format conversion/list()/index.html index cab2d026..fe9d7626 100644 --- a/docs/documentation/data format conversion/list()/index.html +++ b/docs/documentation/data format conversion/list()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/data format conversion/np.array()/index.html b/docs/documentation/data format conversion/np.array()/index.html index c155dd3c..3e2e4b19 100644 --- a/docs/documentation/data format conversion/np.array()/index.html +++ b/docs/documentation/data format conversion/np.array()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/for-loops/index.html b/docs/documentation/for-loops/index.html index 150398cb..2290cfba 100644 --- a/docs/documentation/for-loops/index.html +++ b/docs/documentation/for-loops/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/if-statements/Logical Operators/index.html b/docs/documentation/if-statements/Logical Operators/index.html index 676e66cc..7ef98c7a 100644 --- a/docs/documentation/if-statements/Logical Operators/index.html +++ b/docs/documentation/if-statements/Logical Operators/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/if-statements/if-elif-else/index.html b/docs/documentation/if-statements/if-elif-else/index.html index 75985e41..a9f25025 100644 --- a/docs/documentation/if-statements/if-elif-else/index.html +++ b/docs/documentation/if-statements/if-elif-else/index.html @@ -16,7 +16,7 @@ - + diff --git "a/docs/documentation/if-statements/in \342\201\204 not in/index.html" "b/docs/documentation/if-statements/in \342\201\204 not in/index.html" index 716610f7..62279b94 100644 --- "a/docs/documentation/if-statements/in \342\201\204 not in/index.html" +++ "b/docs/documentation/if-statements/in \342\201\204 not in/index.html" @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/intro/index.html b/docs/documentation/intro/index.html index 92c84c7c..95c22c83 100644 --- a/docs/documentation/intro/index.html +++ b/docs/documentation/intro/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/plotting/Bar Plot/index.html b/docs/documentation/plotting/Bar Plot/index.html index 686d4263..fa724f7f 100644 --- a/docs/documentation/plotting/Bar Plot/index.html +++ b/docs/documentation/plotting/Bar Plot/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/plotting/Histogram/index.html b/docs/documentation/plotting/Histogram/index.html index cfedb467..cb4acbda 100644 --- a/docs/documentation/plotting/Histogram/index.html +++ b/docs/documentation/plotting/Histogram/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/plotting/Line Plot/index.html b/docs/documentation/plotting/Line Plot/index.html index 13badba3..adb03ca3 100644 --- a/docs/documentation/plotting/Line Plot/index.html +++ b/docs/documentation/plotting/Line Plot/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/plotting/Scatter Plot/index.html b/docs/documentation/plotting/Scatter Plot/index.html index 7806c0cd..7faa6d1f 100644 --- a/docs/documentation/plotting/Scatter Plot/index.html +++ b/docs/documentation/plotting/Scatter Plot/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/plotting/index.html b/docs/documentation/plotting/index.html index 073e0924..af7c2ee5 100644 --- a/docs/documentation/plotting/index.html +++ b/docs/documentation/plotting/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/querying/df[]/index.html b/docs/documentation/querying/df[]/index.html index f029788f..9bc2842e 100644 --- a/docs/documentation/querying/df[]/index.html +++ b/docs/documentation/querying/df[]/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/index.html b/docs/documentation/series-methods/index.html index b42d3055..08c61e97 100644 --- a/docs/documentation/series-methods/index.html +++ b/docs/documentation/series-methods/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.count()/index.html b/docs/documentation/series-methods/ser.count()/index.html index 2011722a..745f09b1 100644 --- a/docs/documentation/series-methods/ser.count()/index.html +++ b/docs/documentation/series-methods/ser.count()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.max()/index.html b/docs/documentation/series-methods/ser.max()/index.html index 837dd19d..91b169eb 100644 --- a/docs/documentation/series-methods/ser.max()/index.html +++ b/docs/documentation/series-methods/ser.max()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.mean()/index.html b/docs/documentation/series-methods/ser.mean()/index.html index a2dd0abd..b64c14e3 100644 --- a/docs/documentation/series-methods/ser.mean()/index.html +++ b/docs/documentation/series-methods/ser.mean()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.median()/index.html b/docs/documentation/series-methods/ser.median()/index.html index f09b8183..369da64b 100644 --- a/docs/documentation/series-methods/ser.median()/index.html +++ b/docs/documentation/series-methods/ser.median()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.min()/index.html b/docs/documentation/series-methods/ser.min()/index.html index 9a4c974a..d96db898 100644 --- a/docs/documentation/series-methods/ser.min()/index.html +++ b/docs/documentation/series-methods/ser.min()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.str.capitalize()/index.html b/docs/documentation/series-methods/ser.str.capitalize()/index.html index 5530c7d9..feaaac7f 100644 --- a/docs/documentation/series-methods/ser.str.capitalize()/index.html +++ b/docs/documentation/series-methods/ser.str.capitalize()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.str.contains()/index.html b/docs/documentation/series-methods/ser.str.contains()/index.html index aa318c9e..89bb45ff 100644 --- a/docs/documentation/series-methods/ser.str.contains()/index.html +++ b/docs/documentation/series-methods/ser.str.contains()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.str.len()/index.html b/docs/documentation/series-methods/ser.str.len()/index.html index 2dbab460..a6bc0ddc 100644 --- a/docs/documentation/series-methods/ser.str.len()/index.html +++ b/docs/documentation/series-methods/ser.str.len()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.str.lower()/index.html b/docs/documentation/series-methods/ser.str.lower()/index.html index aab1c3c5..113e8af1 100644 --- a/docs/documentation/series-methods/ser.str.lower()/index.html +++ b/docs/documentation/series-methods/ser.str.lower()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.str.replace()/index.html b/docs/documentation/series-methods/ser.str.replace()/index.html index b3a32e2d..a652b59d 100644 --- a/docs/documentation/series-methods/ser.str.replace()/index.html +++ b/docs/documentation/series-methods/ser.str.replace()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.str.split()/index.html b/docs/documentation/series-methods/ser.str.split()/index.html index c17b4a2b..47a0a11c 100644 --- a/docs/documentation/series-methods/ser.str.split()/index.html +++ b/docs/documentation/series-methods/ser.str.split()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.str.strip()/index.html b/docs/documentation/series-methods/ser.str.strip()/index.html index 1c23f03a..491991f3 100644 --- a/docs/documentation/series-methods/ser.str.strip()/index.html +++ b/docs/documentation/series-methods/ser.str.strip()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.str.title()/index.html b/docs/documentation/series-methods/ser.str.title()/index.html index b7abf7fd..3bd15404 100644 --- a/docs/documentation/series-methods/ser.str.title()/index.html +++ b/docs/documentation/series-methods/ser.str.title()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.str.upper()/index.html b/docs/documentation/series-methods/ser.str.upper()/index.html index b83b09a7..603da003 100644 --- a/docs/documentation/series-methods/ser.str.upper()/index.html +++ b/docs/documentation/series-methods/ser.str.upper()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.sum()/index.html b/docs/documentation/series-methods/ser.sum()/index.html index d411c6bd..97b3a59e 100644 --- a/docs/documentation/series-methods/ser.sum()/index.html +++ b/docs/documentation/series-methods/ser.sum()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/documentation/series-methods/ser.unique()/index.html b/docs/documentation/series-methods/ser.unique()/index.html index 2bea7b2d..170c62bf 100644 --- a/docs/documentation/series-methods/ser.unique()/index.html +++ b/docs/documentation/series-methods/ser.unique()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/bootstrapping/index.html b/docs/statistical-inference/bootstrapping/index.html index c2e7d5dd..bdcab1bc 100644 --- a/docs/statistical-inference/bootstrapping/index.html +++ b/docs/statistical-inference/bootstrapping/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/central_limit_theorem/index.html b/docs/statistical-inference/central_limit_theorem/index.html index ad929ef5..6246a93e 100644 --- a/docs/statistical-inference/central_limit_theorem/index.html +++ b/docs/statistical-inference/central_limit_theorem/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/concept check/bootstrapping_vs_the_CLT/index.html b/docs/statistical-inference/concept check/bootstrapping_vs_the_CLT/index.html index b3e3de22..d022759a 100644 --- a/docs/statistical-inference/concept check/bootstrapping_vs_the_CLT/index.html +++ b/docs/statistical-inference/concept check/bootstrapping_vs_the_CLT/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/concept check/hypothesis_vs_permutation/index.html b/docs/statistical-inference/concept check/hypothesis_vs_permutation/index.html index 33e5972f..34bde739 100644 --- a/docs/statistical-inference/concept check/hypothesis_vs_permutation/index.html +++ b/docs/statistical-inference/concept check/hypothesis_vs_permutation/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/hypothesis_test/index.html b/docs/statistical-inference/hypothesis_test/index.html index af53b87b..0ee0cd03 100644 --- a/docs/statistical-inference/hypothesis_test/index.html +++ b/docs/statistical-inference/hypothesis_test/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/intro/index.html b/docs/statistical-inference/intro/index.html index 077f1563..d079e324 100644 --- a/docs/statistical-inference/intro/index.html +++ b/docs/statistical-inference/intro/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/null_and_alt/index.html b/docs/statistical-inference/null_and_alt/index.html index 095309b1..ccc15fa5 100644 --- a/docs/statistical-inference/null_and_alt/index.html +++ b/docs/statistical-inference/null_and_alt/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/obs_and_test_stats/index.html b/docs/statistical-inference/obs_and_test_stats/index.html index 89a2db6a..4fcd46fb 100644 --- a/docs/statistical-inference/obs_and_test_stats/index.html +++ b/docs/statistical-inference/obs_and_test_stats/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/p_value/index.html b/docs/statistical-inference/p_value/index.html index 8c0475da..11b72ac7 100644 --- a/docs/statistical-inference/p_value/index.html +++ b/docs/statistical-inference/p_value/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/parameters-and-statistics/index.html b/docs/statistical-inference/parameters-and-statistics/index.html index d74ecbed..e8e8dbd8 100644 --- a/docs/statistical-inference/parameters-and-statistics/index.html +++ b/docs/statistical-inference/parameters-and-statistics/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/permutation_test/index.html b/docs/statistical-inference/permutation_test/index.html index 6f4bf723..28052d3f 100644 --- a/docs/statistical-inference/permutation_test/index.html +++ b/docs/statistical-inference/permutation_test/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/random sampling/df.sample()/index.html b/docs/statistical-inference/random sampling/df.sample()/index.html index 17072be3..8799f204 100644 --- a/docs/statistical-inference/random sampling/df.sample()/index.html +++ b/docs/statistical-inference/random sampling/df.sample()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/random sampling/np.random.choice()/index.html b/docs/statistical-inference/random sampling/np.random.choice()/index.html index 946f30cc..3ba3025a 100644 --- a/docs/statistical-inference/random sampling/np.random.choice()/index.html +++ b/docs/statistical-inference/random sampling/np.random.choice()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/random sampling/np.random.multinomial()/index.html b/docs/statistical-inference/random sampling/np.random.multinomial()/index.html index e3a4f405..f3456f77 100644 --- a/docs/statistical-inference/random sampling/np.random.multinomial()/index.html +++ b/docs/statistical-inference/random sampling/np.random.multinomial()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/random sampling/np.random.permutation()/index.html b/docs/statistical-inference/random sampling/np.random.permutation()/index.html index a4cca1e1..19e1e757 100644 --- a/docs/statistical-inference/random sampling/np.random.permutation()/index.html +++ b/docs/statistical-inference/random sampling/np.random.permutation()/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/random sampling/sampling/index.html b/docs/statistical-inference/random sampling/sampling/index.html index 6d932e1d..792ffb59 100644 --- a/docs/statistical-inference/random sampling/sampling/index.html +++ b/docs/statistical-inference/random sampling/sampling/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/spread_of_a_distribution/index.html b/docs/statistical-inference/spread_of_a_distribution/index.html index 2f54dabc..be49fb85 100644 --- a/docs/statistical-inference/spread_of_a_distribution/index.html +++ b/docs/statistical-inference/spread_of_a_distribution/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/standard_normal_distribution/index.html b/docs/statistical-inference/standard_normal_distribution/index.html index 9fe1a215..7807ee7c 100644 --- a/docs/statistical-inference/standard_normal_distribution/index.html +++ b/docs/statistical-inference/standard_normal_distribution/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/statistical-inference/standard_units/index.html b/docs/statistical-inference/standard_units/index.html index 8e2d8b40..8ec05e98 100644 --- a/docs/statistical-inference/standard_units/index.html +++ b/docs/statistical-inference/standard_units/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/bootstrapping/index.html b/docs/tags/bootstrapping/index.html index 44780c5c..157c08a6 100644 --- a/docs/tags/bootstrapping/index.html +++ b/docs/tags/bootstrapping/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/chebyshevs-inequality/index.html b/docs/tags/chebyshevs-inequality/index.html index 670d2e17..92db37cb 100644 --- a/docs/tags/chebyshevs-inequality/index.html +++ b/docs/tags/chebyshevs-inequality/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/confidence-intervals/index.html b/docs/tags/confidence-intervals/index.html index 4314e226..e0c26503 100644 --- a/docs/tags/confidence-intervals/index.html +++ b/docs/tags/confidence-intervals/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/correlation/index.html b/docs/tags/correlation/index.html index 791897bb..1889cd06 100644 --- a/docs/tags/correlation/index.html +++ b/docs/tags/correlation/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/for-loop/index.html b/docs/tags/for-loop/index.html index c808d7bc..72fd84fc 100644 --- a/docs/tags/for-loop/index.html +++ b/docs/tags/for-loop/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/functions/index.html b/docs/tags/functions/index.html index 65217bf9..c89fb2c7 100644 --- a/docs/tags/functions/index.html +++ b/docs/tags/functions/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/histogram/index.html b/docs/tags/histogram/index.html index 38add73a..e15e3d77 100644 --- a/docs/tags/histogram/index.html +++ b/docs/tags/histogram/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/hypothesis-test/index.html b/docs/tags/hypothesis-test/index.html index 0836ac86..2d163de0 100644 --- a/docs/tags/hypothesis-test/index.html +++ b/docs/tags/hypothesis-test/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/index.html b/docs/tags/index.html index c4722bff..e1ea2e0c 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/normal-distributions/index.html b/docs/tags/normal-distributions/index.html index 0b22bbb1..ba5543de 100644 --- a/docs/tags/normal-distributions/index.html +++ b/docs/tags/normal-distributions/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/permutation-test/index.html b/docs/tags/permutation-test/index.html index 34611215..0fd9196b 100644 --- a/docs/tags/permutation-test/index.html +++ b/docs/tags/permutation-test/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/querying/index.html b/docs/tags/querying/index.html index 59c911e4..08251c7d 100644 --- a/docs/tags/querying/index.html +++ b/docs/tags/querying/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/regression/index.html b/docs/tags/regression/index.html index a7ba8ad9..2ceeb965 100644 --- a/docs/tags/regression/index.html +++ b/docs/tags/regression/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/standard-deviation/index.html b/docs/tags/standard-deviation/index.html index 132babab..15d6145a 100644 --- a/docs/tags/standard-deviation/index.html +++ b/docs/tags/standard-deviation/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/standard-units/index.html b/docs/tags/standard-units/index.html index 97a95a92..caacc421 100644 --- a/docs/tags/standard-units/index.html +++ b/docs/tags/standard-units/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/the-central-limit-theorem/index.html b/docs/tags/the-central-limit-theorem/index.html index 70a26d0b..c8d98e42 100644 --- a/docs/tags/the-central-limit-theorem/index.html +++ b/docs/tags/the-central-limit-theorem/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/tags/the-standard-normal-distribution/index.html b/docs/tags/the-standard-normal-distribution/index.html index b24d3518..a45bf916 100644 --- a/docs/tags/the-standard-normal-distribution/index.html +++ b/docs/tags/the-standard-normal-distribution/index.html @@ -16,7 +16,7 @@ - + diff --git a/index.html b/index.html index 751311f3..3d067c01 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ - + diff --git a/search/index.html b/search/index.html index 6f4d4999..766091c9 100644 --- a/search/index.html +++ b/search/index.html @@ -16,7 +16,7 @@ - +