diff --git a/404.html b/404.html index 4cb06080..7070fe25 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@ Page Not Found | bpd - + diff --git a/assets/js/40d21e43.552d83c4.js b/assets/js/40d21e43.f110f276.js similarity index 98% rename from assets/js/40d21e43.552d83c4.js rename to assets/js/40d21e43.f110f276.js index b3d356a1..80d7d01e 100644 --- a/assets/js/40d21e43.552d83c4.js +++ b/assets/js/40d21e43.f110f276.js @@ -1 +1 @@ -"use strict";(self.webpackChunkbpd_reference=self.webpackChunkbpd_reference||[]).push([[6952],{7749:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>c,contentTitle:()=>o,default:()=>p,frontMatter:()=>i,metadata:()=>d,toc:()=>l});var r=t(4848),n=t(8453),a=t(8597);const i={sidebar_position:8},o=void 0,d={id:"for-loops/for-loops",title:"for-loops",description:"for \\ in \\:",source:"@site/docs/for-loops/for-loops.md",sourceDirName:"for-loops",slug:"/for-loops/",permalink:"/bpd-reference/docs/for-loops/",draft:!1,unlisted:!1,editUrl:"https://github.com/dsc-courses/bpd-reference/docs/for-loops/for-loops.md",tags:[],version:"current",sidebarPosition:8,frontMatter:{sidebar_position:8},sidebar:"tutorialSidebar",previous:{title:"histogram",permalink:"/bpd-reference/docs/plotting/histogram"},next:{title:"Tutorial - Basics",permalink:"/bpd-reference/docs/category/tutorial---basics"}},c={},l=[];function h(e){const s={code:"code",hr:"hr",p:"p",pre:"pre",...(0,n.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)(s.p,{children:[(0,r.jsxs)("code",{children:["for in : ",(0,r.jsx)("br",{})," "]}),"\r\n\xa0\xa0\xa0\xa0\xa0\xa0 ",(0,r.jsx)("code",{children:" "})]}),"\n",(0,r.jsxs)("div",{className:"base",children:[(0,r.jsx)("p",{children:(0,r.jsx)("strong",{children:"Performs the loop body for every element of the sequence."})}),(0,r.jsxs)("dl",{children:[(0,r.jsx)("dt",{className:"term",children:"Components:"}),(0,r.jsxs)("dd",{className:"parameter",children:["loop variable : ",(0,r.jsx)("em",{children:"variable"})]}),(0,r.jsx)("dd",{className:"parameter-description",children:"Variable that will take on the value of every element in the\r\nsequence at some point in the loop. Any valid variable is acceptable."}),(0,r.jsxs)("dd",{className:"parameter",children:["sequence : ",(0,r.jsx)("em",{children:"iterable object"})]}),(0,r.jsx)("dd",{className:"parameter-description",children:"e.g. Arrays, Lists, Strings"}),(0,r.jsxs)("dd",{className:"parameter",children:["loop body : ",(0,r.jsx)("em",{children:"."})]}),(0,r.jsx)("dd",{className:"parameter-description",children:"Code to be executed for every element of sequence. "}),(0,r.jsx)("dt",{className:"term",children:"Results:"}),(0,r.jsx)("dd",{children:"Output of loop body"})]})]}),"\n",(0,r.jsx)(s.hr,{}),"\n",(0,r.jsx)(s.pre,{children:(0,r.jsx)(s.code,{className:"language-python",children:"pets\n"})}),"\n",(0,r.jsx)(a.A,{data:'{"columns":["ID","Species","Age","Weight"],"index":[0,1,2,3,4,5,6,7],"data":[["dog_001","dog",5.0,40.0],["cat_001","cat",0.2,1.5],["cat_002","cat",9.0,15.0],["dog_002","dog",2.0,80.0],["dog_003","dog",0.5,25.0],["ham_001","hamster",3.0,1.0],["ham_002","hamster",0.2,0.25],["cat_003","cat",0.0,10.0]]}'}),"\n",(0,r.jsx)(s.pre,{children:(0,r.jsx)(s.code,{className:"language-python",children:"for i in np.arange(pets.shape[0]):\r\n chosen_pet = pets.iloc[i]\r\n pet_id = chosen_pet.get('ID')\r\n species = chosen_pet.get('Species')\r\n age = chosen_pet.get('Age')\r\n weight = chosen_pet.get('Weight')\r\n print(\"This is a \" + species + \" with pet id \" + str(pet_id) +', age ' + str(age) +', and weight '+str(weight))\n"})}),"\n",(0,r.jsxs)(s.p,{children:["This is a dog with pet id dog_001, age 5.0, and weight 40.0 ",(0,r.jsx)("br",{}),"\r\nThis is a cat with pet id cat_001, age 0.2, and weight 1.5 ",(0,r.jsx)("br",{}),"\r\nThis is a cat with pet id cat_002, age 9.0, and weight 15.0 ",(0,r.jsx)("br",{}),"\r\nThis is a dog with pet id dog_002, age 2.0, and weight 80.0 ",(0,r.jsx)("br",{}),"\r\nThis is a dog with pet id dog_003, age 0.5, and weight 25.0 ",(0,r.jsx)("br",{}),"\r\nThis is a hamster with pet id ham_001, age 3.0, and weight 1.0 ",(0,r.jsx)("br",{}),"\r\nThis is a hamster with pet id ham_002, age 0.2, and weight 0.25 ",(0,r.jsx)("br",{}),"\r\nThis is a cat with pet id cat_003, age 0.0, and weight 10.0"]})]})}function p(e={}){const{wrapper:s}={...(0,n.R)(),...e.components};return s?(0,r.jsx)(s,{...e,children:(0,r.jsx)(h,{...e})}):h(e)}},8597:(e,s,t)=>{t.d(s,{A:()=>n});t(6540);var r=t(4848);const n=e=>{let{data:s}=e,t=[],n=[],a="",i=[];if(s){const e=JSON.parse(s);t=e.columns||[],n=e.data||[],a=e.indexName||"Index",i=e.index||[]}return(0,r.jsx)("div",{className:"dataframe-container",children:(0,r.jsxs)("table",{className:"dataframe-table",children:[(0,r.jsx)("thead",{children:(0,r.jsxs)("tr",{children:[(0,r.jsx)("th",{children:a})," ",t.map(((e,s)=>(0,r.jsx)("th",{children:e},s)))]})}),(0,r.jsx)("tbody",{children:n.map(((e,s)=>(0,r.jsxs)("tr",{children:[(0,r.jsx)("td",{className:"index-value",children:i[s]})," ",e.map(((e,s)=>(0,r.jsx)("td",{children:"boolean"==typeof e?e.toString().charAt(0).toUpperCase()+e.toString().slice(1):e},s)))]},s)))})]})})}},8453:(e,s,t)=>{t.d(s,{R:()=>i,x:()=>o});var r=t(6540);const n={},a=r.createContext(n);function i(e){const s=r.useContext(a);return r.useMemo((function(){return"function"==typeof e?e(s):{...s,...e}}),[s,e])}function o(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:i(e.components),r.createElement(a.Provider,{value:s},e.children)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkbpd_reference=self.webpackChunkbpd_reference||[]).push([[6952],{7749:(e,s,t)=>{t.r(s),t.d(s,{assets:()=>c,contentTitle:()=>o,default:()=>p,frontMatter:()=>i,metadata:()=>d,toc:()=>l});var r=t(4848),n=t(8453),a=t(8597);const i={sidebar_position:8},o=void 0,d={id:"for-loops/for-loops",title:"for-loops",description:"for \\ in \\:",source:"@site/docs/for-loops/for-loops.md",sourceDirName:"for-loops",slug:"/for-loops/",permalink:"/bpd-reference/docs/for-loops/",draft:!1,unlisted:!1,editUrl:"https://github.com/dsc-courses/bpd-reference/docs/for-loops/for-loops.md",tags:[],version:"current",sidebarPosition:8,frontMatter:{sidebar_position:8},sidebar:"tutorialSidebar",previous:{title:"histogram",permalink:"/bpd-reference/docs/plotting/histogram"},next:{title:"Tutorial - Basics",permalink:"/bpd-reference/docs/category/tutorial---basics"}},c={},l=[];function h(e){const s={code:"code",hr:"hr",p:"p",pre:"pre",...(0,n.R)(),...e.components};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)(s.p,{children:[(0,r.jsxs)("code",{children:["for in : ",(0,r.jsx)("br",{})," "]}),"\r\n\xa0\xa0\xa0\xa0\xa0\xa0 ",(0,r.jsx)("code",{children:" "})]}),"\n",(0,r.jsxs)("div",{className:"base",children:[(0,r.jsx)("p",{children:(0,r.jsx)("strong",{children:"Performs the loop body for every element of the sequence."})}),(0,r.jsxs)("dl",{children:[(0,r.jsx)("dt",{className:"term",children:"Components:"}),(0,r.jsxs)("dd",{className:"parameter",children:["loop variable : ",(0,r.jsx)("em",{children:"variable"})]}),(0,r.jsx)("dd",{className:"parameter-description",children:"Variable that will take on the value of every element in the\r\nsequence at some point in the loop. Any valid variable is acceptable."}),(0,r.jsxs)("dd",{className:"parameter",children:["sequence : ",(0,r.jsx)("em",{children:"iterable object"})]}),(0,r.jsx)("dd",{className:"parameter-description",children:"e.g. Arrays, Lists, Strings"}),(0,r.jsxs)("dd",{className:"parameter",children:["loop body : ",(0,r.jsx)("em",{children:"."})]}),(0,r.jsx)("dd",{className:"parameter-description",children:"Code to be executed for every element in sequence. "}),(0,r.jsx)("dt",{className:"term",children:"Results:"}),(0,r.jsx)("dd",{children:"Output of loop body"})]})]}),"\n",(0,r.jsx)(s.hr,{}),"\n",(0,r.jsx)(s.pre,{children:(0,r.jsx)(s.code,{className:"language-python",children:"pets\n"})}),"\n",(0,r.jsx)(a.A,{data:'{"columns":["ID","Species","Age","Weight"],"index":[0,1,2,3,4,5,6,7],"data":[["dog_001","dog",5.0,40.0],["cat_001","cat",0.2,1.5],["cat_002","cat",9.0,15.0],["dog_002","dog",2.0,80.0],["dog_003","dog",0.5,25.0],["ham_001","hamster",3.0,1.0],["ham_002","hamster",0.2,0.25],["cat_003","cat",0.0,10.0]]}'}),"\n",(0,r.jsx)(s.pre,{children:(0,r.jsx)(s.code,{className:"language-python",children:"for i in np.arange(pets.shape[0]):\r\n chosen_pet = pets.iloc[i]\r\n pet_id = chosen_pet.get('ID')\r\n species = chosen_pet.get('Species')\r\n age = chosen_pet.get('Age')\r\n weight = chosen_pet.get('Weight')\r\n print(\"This is a \" + species + \" with pet id \" + str(pet_id) +', age ' + str(age) +', and weight '+str(weight))\n"})}),"\n",(0,r.jsxs)(s.p,{children:["This is a dog with pet id dog_001, age 5.0, and weight 40.0 ",(0,r.jsx)("br",{}),"\r\nThis is a cat with pet id cat_001, age 0.2, and weight 1.5 ",(0,r.jsx)("br",{}),"\r\nThis is a cat with pet id cat_002, age 9.0, and weight 15.0 ",(0,r.jsx)("br",{}),"\r\nThis is a dog with pet id dog_002, age 2.0, and weight 80.0 ",(0,r.jsx)("br",{}),"\r\nThis is a dog with pet id dog_003, age 0.5, and weight 25.0 ",(0,r.jsx)("br",{}),"\r\nThis is a hamster with pet id ham_001, age 3.0, and weight 1.0 ",(0,r.jsx)("br",{}),"\r\nThis is a hamster with pet id ham_002, age 0.2, and weight 0.25 ",(0,r.jsx)("br",{}),"\r\nThis is a cat with pet id cat_003, age 0.0, and weight 10.0"]})]})}function p(e={}){const{wrapper:s}={...(0,n.R)(),...e.components};return s?(0,r.jsx)(s,{...e,children:(0,r.jsx)(h,{...e})}):h(e)}},8597:(e,s,t)=>{t.d(s,{A:()=>n});t(6540);var r=t(4848);const n=e=>{let{data:s}=e,t=[],n=[],a="",i=[];if(s){const e=JSON.parse(s);t=e.columns||[],n=e.data||[],a=e.indexName||"Index",i=e.index||[]}return(0,r.jsx)("div",{className:"dataframe-container",children:(0,r.jsxs)("table",{className:"dataframe-table",children:[(0,r.jsx)("thead",{children:(0,r.jsxs)("tr",{children:[(0,r.jsx)("th",{children:a})," ",t.map(((e,s)=>(0,r.jsx)("th",{children:e},s)))]})}),(0,r.jsx)("tbody",{children:n.map(((e,s)=>(0,r.jsxs)("tr",{children:[(0,r.jsx)("td",{className:"index-value",children:i[s]})," ",e.map(((e,s)=>(0,r.jsx)("td",{children:"boolean"==typeof e?e.toString().charAt(0).toUpperCase()+e.toString().slice(1):e},s)))]},s)))})]})})}},8453:(e,s,t)=>{t.d(s,{R:()=>i,x:()=>o});var r=t(6540);const n={},a=r.createContext(n);function i(e){const s=r.useContext(a);return r.useMemo((function(){return"function"==typeof e?e(s):{...s,...e}}),[s,e])}function o(e){let s;return s=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:i(e.components),r.createElement(a.Provider,{value:s},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.a93bf28f.js b/assets/js/runtime~main.a8249603.js similarity index 99% rename from assets/js/runtime~main.a93bf28f.js rename to assets/js/runtime~main.a8249603.js index cc21e7f5..8b722da4 100644 --- a/assets/js/runtime~main.a93bf28f.js +++ b/assets/js/runtime~main.a8249603.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/"+({10:"449c944f",59:"f9e6e799",122:"3c176041",265:"e8a68f28",339:"8fb6bffd",586:"caa881ba",647:"db012a9c",683:"dd35b4d6",709:"1ae55b72",1290:"d64c4703",1607:"faf9f7da",1724:"dff1c289",1819:"d6e622cf",1903:"acecf23e",1953:"1e4232ab",1972:"73664a40",1974:"5c868d36",2479:"fc0ef79f",2634:"c4f5d8e4",2711:"9e4087bc",2748:"822bd8ab",3098:"533a09ca",3249:"ccc49370",3554:"cb884b48",3583:"7063d839",3626:"d8c458b9",3637:"f4f34a3a",3694:"8717b14a",3976:"0e384e19",4014:"8cfe8d4e",4134:"393be207",4425:"2e96a937",4736:"e44a2883",4761:"db55d312",4813:"6875c492",5391:"cd451366",5427:"956f17b0",5443:"add9b02f",5480:"09399a2b",5521:"38b2e376",5557:"d9f32620",5589:"ea885f1b",5612:"8216cb10",5961:"37da87f0",6061:"1f391b9e",6157:"8281cf06",6216:"a2dab359",6466:"1a947478",6564:"c5bc8ce2",6625:"4d1f5c9d",6925:"ecad1ce6",6952:"40d21e43",6969:"14eb3368",7006:"74ef759f",7015:"7712e875",7098:"a7bd4aaa",7117:"eb5ef7c5",7181:"cd3338e7",7206:"c2718811",7364:"913421e4",7415:"a569f9e9",7472:"814f3328",7643:"a6aa9e1f",8209:"01a85c17",8401:"17896441",8405:"6d7cf8c9",8510:"6669e58d",8559:"3349ad3a",8581:"935f2afb",8609:"925b3f96",8737:"7661071f",8819:"f1d17ea9",8863:"f55d3e7a",9048:"a94703ab",9093:"72dc5786",9262:"18c41134",9325:"59362658",9328:"e273c56f",9647:"5e95c892",9797:"85bbc213",9799:"44007711",9926:"67908667"}[e]||e)+"."+{10:"1c56ac46",59:"881bee16",122:"9585a2bc",265:"8f525e57",339:"c1d2b29e",586:"8137f611",647:"921c663f",683:"5d8070ce",709:"545dfaa4",1290:"a11a4dcd",1607:"a670a186",1724:"eeb3a3c9",1819:"1ff2801d",1903:"978cac9e",1953:"e2033f82",1972:"6864c464",1974:"1b85a404",2237:"e9544c0b",2479:"ee137ed6",2634:"3db290d2",2711:"4f5138d5",2748:"9488a836",3098:"83de3095",3242:"4cc84a19",3249:"9b5c8bb9",3554:"4613f2bc",3583:"33d2c6c9",3626:"9ce936f7",3637:"b17e442f",3694:"5454028b",3976:"9eef5610",4014:"630ed35a",4134:"6cb884a7",4425:"43eb5841",4736:"54c8bf4b",4761:"3415eebc",4813:"aed177af",5391:"27038027",5427:"95f66799",5443:"bf2acfd8",5480:"c91de645",5521:"3d83e140",5557:"a5ae411b",5589:"9a7123df",5612:"67891355",5961:"e79d44ab",6061:"00f715df",6157:"5b9edee6",6216:"c6df18aa",6466:"315bd692",6564:"70ae092a",6625:"a648ced7",6925:"45e66795",6952:"552d83c4",6969:"9e5192b3",7006:"f03c3e07",7015:"974145a3",7036:"3bb8737c",7098:"89c24f1c",7117:"e95ca3cc",7181:"58bb3a21",7206:"fe4df652",7364:"8954645e",7415:"0fac3a8b",7472:"2a71da77",7643:"d5e01cc6",8209:"8b130ac7",8401:"09f206df",8405:"a47407ff",8510:"3553d256",8559:"33a087db",8581:"d19a0872",8609:"cba4ee15",8737:"bb313545",8819:"bd390ccf",8863:"a744d5a2",9048:"f1dfcffe",9093:"fc6281e9",9262:"c17f4b85",9325:"777bc4c6",9328:"f95f7890",9647:"95974c14",9797:"59604264",9799:"310c7f88",9926:"9665acda"}[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",44007711:"9799",59362658:"9325",67908667:"9926","449c944f":"10",f9e6e799:"59","3c176041":"122",e8a68f28:"265","8fb6bffd":"339",caa881ba:"586",db012a9c:"647",dd35b4d6:"683","1ae55b72":"709",d64c4703:"1290",faf9f7da:"1607",dff1c289:"1724",d6e622cf:"1819",acecf23e:"1903","1e4232ab":"1953","73664a40":"1972","5c868d36":"1974",fc0ef79f:"2479",c4f5d8e4:"2634","9e4087bc":"2711","822bd8ab":"2748","533a09ca":"3098",ccc49370:"3249",cb884b48:"3554","7063d839":"3583",d8c458b9:"3626",f4f34a3a:"3637","8717b14a":"3694","0e384e19":"3976","8cfe8d4e":"4014","393be207":"4134","2e96a937":"4425",e44a2883:"4736",db55d312:"4761","6875c492":"4813",cd451366:"5391","956f17b0":"5427",add9b02f:"5443","09399a2b":"5480","38b2e376":"5521",d9f32620:"5557",ea885f1b:"5589","8216cb10":"5612","37da87f0":"5961","1f391b9e":"6061","8281cf06":"6157",a2dab359:"6216","1a947478":"6466",c5bc8ce2:"6564","4d1f5c9d":"6625",ecad1ce6:"6925","40d21e43":"6952","14eb3368":"6969","74ef759f":"7006","7712e875":"7015",a7bd4aaa:"7098",eb5ef7c5:"7117",cd3338e7:"7181",c2718811:"7206","913421e4":"7364",a569f9e9:"7415","814f3328":"7472",a6aa9e1f:"7643","01a85c17":"8209","6d7cf8c9":"8405","6669e58d":"8510","3349ad3a":"8559","935f2afb":"8581","925b3f96":"8609","7661071f":"8737",f1d17ea9:"8819",f55d3e7a:"8863",a94703ab:"9048","72dc5786":"9093","18c41134":"9262",e273c56f:"9328","5e95c892":"9647","85bbc213":"9797"}[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/"+({10:"449c944f",59:"f9e6e799",122:"3c176041",265:"e8a68f28",339:"8fb6bffd",586:"caa881ba",647:"db012a9c",683:"dd35b4d6",709:"1ae55b72",1290:"d64c4703",1607:"faf9f7da",1724:"dff1c289",1819:"d6e622cf",1903:"acecf23e",1953:"1e4232ab",1972:"73664a40",1974:"5c868d36",2479:"fc0ef79f",2634:"c4f5d8e4",2711:"9e4087bc",2748:"822bd8ab",3098:"533a09ca",3249:"ccc49370",3554:"cb884b48",3583:"7063d839",3626:"d8c458b9",3637:"f4f34a3a",3694:"8717b14a",3976:"0e384e19",4014:"8cfe8d4e",4134:"393be207",4425:"2e96a937",4736:"e44a2883",4761:"db55d312",4813:"6875c492",5391:"cd451366",5427:"956f17b0",5443:"add9b02f",5480:"09399a2b",5521:"38b2e376",5557:"d9f32620",5589:"ea885f1b",5612:"8216cb10",5961:"37da87f0",6061:"1f391b9e",6157:"8281cf06",6216:"a2dab359",6466:"1a947478",6564:"c5bc8ce2",6625:"4d1f5c9d",6925:"ecad1ce6",6952:"40d21e43",6969:"14eb3368",7006:"74ef759f",7015:"7712e875",7098:"a7bd4aaa",7117:"eb5ef7c5",7181:"cd3338e7",7206:"c2718811",7364:"913421e4",7415:"a569f9e9",7472:"814f3328",7643:"a6aa9e1f",8209:"01a85c17",8401:"17896441",8405:"6d7cf8c9",8510:"6669e58d",8559:"3349ad3a",8581:"935f2afb",8609:"925b3f96",8737:"7661071f",8819:"f1d17ea9",8863:"f55d3e7a",9048:"a94703ab",9093:"72dc5786",9262:"18c41134",9325:"59362658",9328:"e273c56f",9647:"5e95c892",9797:"85bbc213",9799:"44007711",9926:"67908667"}[e]||e)+"."+{10:"1c56ac46",59:"881bee16",122:"9585a2bc",265:"8f525e57",339:"c1d2b29e",586:"8137f611",647:"921c663f",683:"5d8070ce",709:"545dfaa4",1290:"a11a4dcd",1607:"a670a186",1724:"eeb3a3c9",1819:"1ff2801d",1903:"978cac9e",1953:"e2033f82",1972:"6864c464",1974:"1b85a404",2237:"e9544c0b",2479:"ee137ed6",2634:"3db290d2",2711:"4f5138d5",2748:"9488a836",3098:"83de3095",3242:"4cc84a19",3249:"9b5c8bb9",3554:"4613f2bc",3583:"33d2c6c9",3626:"9ce936f7",3637:"b17e442f",3694:"5454028b",3976:"9eef5610",4014:"630ed35a",4134:"6cb884a7",4425:"43eb5841",4736:"54c8bf4b",4761:"3415eebc",4813:"aed177af",5391:"27038027",5427:"95f66799",5443:"bf2acfd8",5480:"c91de645",5521:"3d83e140",5557:"a5ae411b",5589:"9a7123df",5612:"67891355",5961:"e79d44ab",6061:"00f715df",6157:"5b9edee6",6216:"c6df18aa",6466:"315bd692",6564:"70ae092a",6625:"a648ced7",6925:"45e66795",6952:"f110f276",6969:"9e5192b3",7006:"f03c3e07",7015:"974145a3",7036:"3bb8737c",7098:"89c24f1c",7117:"e95ca3cc",7181:"58bb3a21",7206:"fe4df652",7364:"8954645e",7415:"0fac3a8b",7472:"2a71da77",7643:"d5e01cc6",8209:"8b130ac7",8401:"09f206df",8405:"a47407ff",8510:"3553d256",8559:"33a087db",8581:"d19a0872",8609:"cba4ee15",8737:"bb313545",8819:"bd390ccf",8863:"a744d5a2",9048:"f1dfcffe",9093:"fc6281e9",9262:"c17f4b85",9325:"777bc4c6",9328:"f95f7890",9647:"95974c14",9797:"59604264",9799:"310c7f88",9926:"9665acda"}[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",44007711:"9799",59362658:"9325",67908667:"9926","449c944f":"10",f9e6e799:"59","3c176041":"122",e8a68f28:"265","8fb6bffd":"339",caa881ba:"586",db012a9c:"647",dd35b4d6:"683","1ae55b72":"709",d64c4703:"1290",faf9f7da:"1607",dff1c289:"1724",d6e622cf:"1819",acecf23e:"1903","1e4232ab":"1953","73664a40":"1972","5c868d36":"1974",fc0ef79f:"2479",c4f5d8e4:"2634","9e4087bc":"2711","822bd8ab":"2748","533a09ca":"3098",ccc49370:"3249",cb884b48:"3554","7063d839":"3583",d8c458b9:"3626",f4f34a3a:"3637","8717b14a":"3694","0e384e19":"3976","8cfe8d4e":"4014","393be207":"4134","2e96a937":"4425",e44a2883:"4736",db55d312:"4761","6875c492":"4813",cd451366:"5391","956f17b0":"5427",add9b02f:"5443","09399a2b":"5480","38b2e376":"5521",d9f32620:"5557",ea885f1b:"5589","8216cb10":"5612","37da87f0":"5961","1f391b9e":"6061","8281cf06":"6157",a2dab359:"6216","1a947478":"6466",c5bc8ce2:"6564","4d1f5c9d":"6625",ecad1ce6:"6925","40d21e43":"6952","14eb3368":"6969","74ef759f":"7006","7712e875":"7015",a7bd4aaa:"7098",eb5ef7c5:"7117",cd3338e7:"7181",c2718811:"7206","913421e4":"7364",a569f9e9:"7415","814f3328":"7472",a6aa9e1f:"7643","01a85c17":"8209","6d7cf8c9":"8405","6669e58d":"8510","3349ad3a":"8559","935f2afb":"8581","925b3f96":"8609","7661071f":"8737",f1d17ea9:"8819",f55d3e7a:"8863",a94703ab:"9048","72dc5786":"9093","18c41134":"9262",e273c56f:"9328","5e95c892":"9647","85bbc213":"9797"}[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 Archive | bpd - + diff --git a/blog/first-blog-post/index.html b/blog/first-blog-post/index.html index 36c63c24..485ab963 100644 --- a/blog/first-blog-post/index.html +++ b/blog/first-blog-post/index.html @@ -5,7 +5,7 @@ First Blog Post | bpd - + diff --git a/blog/index.html b/blog/index.html index 24cc7240..8334a1ca 100644 --- a/blog/index.html +++ b/blog/index.html @@ -5,7 +5,7 @@ Blog | bpd - + diff --git a/blog/long-blog-post/index.html b/blog/long-blog-post/index.html index b14b7f62..94b90c4c 100644 --- a/blog/long-blog-post/index.html +++ b/blog/long-blog-post/index.html @@ -5,7 +5,7 @@ Long Blog Post | bpd - + diff --git a/blog/mdx-blog-post/index.html b/blog/mdx-blog-post/index.html index e961cf87..77b5fafb 100644 --- a/blog/mdx-blog-post/index.html +++ b/blog/mdx-blog-post/index.html @@ -5,7 +5,7 @@ MDX Blog Post | bpd - + diff --git a/blog/tags/docusaurus/index.html b/blog/tags/docusaurus/index.html index 6a6f2c8e..5a6fd892 100644 --- a/blog/tags/docusaurus/index.html +++ b/blog/tags/docusaurus/index.html @@ -5,7 +5,7 @@ 4 posts tagged with "docusaurus" | bpd - + diff --git a/blog/tags/facebook/index.html b/blog/tags/facebook/index.html index 20de37c7..5fdff088 100644 --- a/blog/tags/facebook/index.html +++ b/blog/tags/facebook/index.html @@ -5,7 +5,7 @@ One post tagged with "facebook" | bpd - + diff --git a/blog/tags/hello/index.html b/blog/tags/hello/index.html index e4648979..13756007 100644 --- a/blog/tags/hello/index.html +++ b/blog/tags/hello/index.html @@ -5,7 +5,7 @@ 2 posts tagged with "hello" | bpd - + diff --git a/blog/tags/hola/index.html b/blog/tags/hola/index.html index 16433af9..4f1c7c7b 100644 --- a/blog/tags/hola/index.html +++ b/blog/tags/hola/index.html @@ -5,7 +5,7 @@ One post tagged with "hola" | bpd - + diff --git a/blog/tags/index.html b/blog/tags/index.html index 6e0425a7..fb177613 100644 --- a/blog/tags/index.html +++ b/blog/tags/index.html @@ -5,7 +5,7 @@ Tags | bpd - + diff --git a/blog/welcome/index.html b/blog/welcome/index.html index a34ac1e3..910ffa52 100644 --- a/blog/welcome/index.html +++ b/blog/welcome/index.html @@ -5,7 +5,7 @@ Welcome | bpd - + diff --git a/docs/Functions/Applying Functions/index.html b/docs/Functions/Applying Functions/index.html index d8b102c5..bef4da39 100644 --- a/docs/Functions/Applying Functions/index.html +++ b/docs/Functions/Applying Functions/index.html @@ -5,7 +5,7 @@ Applying Functions | bpd - + diff --git a/docs/Functions/Writing Functions/index.html b/docs/Functions/Writing Functions/index.html index a8de1b82..61ba376e 100644 --- a/docs/Functions/Writing Functions/index.html +++ b/docs/Functions/Writing Functions/index.html @@ -5,7 +5,7 @@ Writing Functions | bpd - + diff --git a/docs/accessing-data/df.shape/index.html b/docs/accessing-data/df.shape/index.html index 28fde0fb..f4422861 100644 --- a/docs/accessing-data/df.shape/index.html +++ b/docs/accessing-data/df.shape/index.html @@ -5,7 +5,7 @@ df.shape | bpd - + diff --git a/docs/arrays-and-numpy/arr[]/index.html b/docs/arrays-and-numpy/arr[]/index.html index 2f297d86..45990d66 100644 --- a/docs/arrays-and-numpy/arr[]/index.html +++ b/docs/arrays-and-numpy/arr[]/index.html @@ -5,7 +5,7 @@ arr[] | bpd - + diff --git a/docs/building-organizing/bpd.DataFrame()/index.html b/docs/building-organizing/bpd.DataFrame()/index.html index b3741422..7e383121 100644 --- a/docs/building-organizing/bpd.DataFrame()/index.html +++ b/docs/building-organizing/bpd.DataFrame()/index.html @@ -5,7 +5,7 @@ bpd.DataFrame() | bpd - + diff --git a/docs/building-organizing/bpd.read_csv()/index.html b/docs/building-organizing/bpd.read_csv()/index.html index e7a415e0..366c57ab 100644 --- a/docs/building-organizing/bpd.read_csv()/index.html +++ b/docs/building-organizing/bpd.read_csv()/index.html @@ -5,7 +5,7 @@ bpd.read_csv() | bpd - + diff --git a/docs/building-organizing/df.assign()/index.html b/docs/building-organizing/df.assign()/index.html index b2b26068..b5a96144 100644 --- a/docs/building-organizing/df.assign()/index.html +++ b/docs/building-organizing/df.assign()/index.html @@ -5,7 +5,7 @@ df.assign() | bpd - + diff --git a/docs/building-organizing/df.drop()/index.html b/docs/building-organizing/df.drop()/index.html index a0bd09eb..2414cc3a 100644 --- a/docs/building-organizing/df.drop()/index.html +++ b/docs/building-organizing/df.drop()/index.html @@ -5,7 +5,7 @@ df.drop() | bpd - + diff --git a/docs/building-organizing/df.merge()/index.html b/docs/building-organizing/df.merge()/index.html index 13c988ce..74a99546 100644 --- a/docs/building-organizing/df.merge()/index.html +++ b/docs/building-organizing/df.merge()/index.html @@ -5,7 +5,7 @@ df.merge() | bpd - + diff --git a/docs/building-organizing/df.reset_index()/index.html b/docs/building-organizing/df.reset_index()/index.html index f79ecbde..86a26933 100644 --- a/docs/building-organizing/df.reset_index()/index.html +++ b/docs/building-organizing/df.reset_index()/index.html @@ -5,7 +5,7 @@ df.reset_index() | bpd - + diff --git a/docs/building-organizing/df.set_index()/index.html b/docs/building-organizing/df.set_index()/index.html index 287b5bba..70714304 100644 --- a/docs/building-organizing/df.set_index()/index.html +++ b/docs/building-organizing/df.set_index()/index.html @@ -5,7 +5,7 @@ df.set_index() | bpd - + diff --git a/docs/building-organizing/df.sort_values()/index.html b/docs/building-organizing/df.sort_values()/index.html index a7c9d635..ff952e29 100644 --- a/docs/building-organizing/df.sort_values()/index.html +++ b/docs/building-organizing/df.sort_values()/index.html @@ -5,7 +5,7 @@ df.sort_values() | bpd - + diff --git a/docs/category/accessing-data/index.html b/docs/category/accessing-data/index.html index 7f4d3ee8..faea1a82 100644 --- a/docs/category/accessing-data/index.html +++ b/docs/category/accessing-data/index.html @@ -5,7 +5,7 @@ accessing data | bpd - + diff --git a/docs/category/arrays-and-numpy/index.html b/docs/category/arrays-and-numpy/index.html index edf4645b..a29b895f 100644 --- a/docs/category/arrays-and-numpy/index.html +++ b/docs/category/arrays-and-numpy/index.html @@ -5,7 +5,7 @@ arrays and numpy | bpd - + diff --git a/docs/category/building-and-organizing-dataframes/index.html b/docs/category/building-and-organizing-dataframes/index.html index f8da77d5..cea449cd 100644 --- a/docs/category/building-and-organizing-dataframes/index.html +++ b/docs/category/building-and-organizing-dataframes/index.html @@ -5,7 +5,7 @@ building and organizing DataFrames | bpd - + diff --git a/docs/category/plotting/index.html b/docs/category/plotting/index.html index 34f4abbf..5f1066e1 100644 --- a/docs/category/plotting/index.html +++ b/docs/category/plotting/index.html @@ -5,7 +5,7 @@ plotting | bpd - + diff --git a/docs/category/series-methods/index.html b/docs/category/series-methods/index.html index 353d9d4e..6a566ae9 100644 --- a/docs/category/series-methods/index.html +++ b/docs/category/series-methods/index.html @@ -5,7 +5,7 @@ series methods | bpd - + diff --git a/docs/category/tutorial---basics/index.html b/docs/category/tutorial---basics/index.html index f157b86d..164479cc 100644 --- a/docs/category/tutorial---basics/index.html +++ b/docs/category/tutorial---basics/index.html @@ -5,7 +5,7 @@ Tutorial - Basics | bpd - + diff --git a/docs/category/tutorial---extras/index.html b/docs/category/tutorial---extras/index.html index 1c47b01f..2c095353 100644 --- a/docs/category/tutorial---extras/index.html +++ b/docs/category/tutorial---extras/index.html @@ -5,7 +5,7 @@ Tutorial - Extras | bpd - + diff --git a/docs/for-loops/index.html b/docs/for-loops/index.html index ccfa4af7..09932183 100644 --- a/docs/for-loops/index.html +++ b/docs/for-loops/index.html @@ -5,14 +5,14 @@ for-loops | bpd - +

for-loops

for <loop variable> in <sequence>:
       <loop body>

Performs the loop body for every element of the sequence.

Components:
loop variable : variable
Variable that will take on the value of every element in the -sequence at some point in the loop. Any valid variable is acceptable.
sequence : iterable object
e.g. Arrays, Lists, Strings
loop body : .
Code to be executed for every element of sequence.
Results:
Output of loop body
+sequence at some point in the loop. Any valid variable is acceptable.
sequence : iterable object
e.g. Arrays, Lists, Strings
loop body : .
Code to be executed for every element in sequence.
Results:
Output of loop body

pets
Index IDSpeciesAgeWeight
0 dog_001dog540
1 cat_001cat0.21.5
2 cat_002cat915
3 dog_002dog280
4 dog_003dog0.525
5 ham_001hamster31
6 ham_002hamster0.20.25
7 cat_003cat010
diff --git a/docs/grouping/aggregation/count()/index.html b/docs/grouping/aggregation/count()/index.html index 5688f246..50ceaeeb 100644 --- a/docs/grouping/aggregation/count()/index.html +++ b/docs/grouping/aggregation/count()/index.html @@ -5,7 +5,7 @@ count() | bpd - + diff --git a/docs/grouping/aggregation/max()/index.html b/docs/grouping/aggregation/max()/index.html index 35936831..ad09eaea 100644 --- a/docs/grouping/aggregation/max()/index.html +++ b/docs/grouping/aggregation/max()/index.html @@ -5,7 +5,7 @@ max() | bpd - + diff --git a/docs/grouping/aggregation/mean()/index.html b/docs/grouping/aggregation/mean()/index.html index 137aa304..0299d10e 100644 --- a/docs/grouping/aggregation/mean()/index.html +++ b/docs/grouping/aggregation/mean()/index.html @@ -5,7 +5,7 @@ mean() | bpd - + diff --git a/docs/grouping/aggregation/median()/index.html b/docs/grouping/aggregation/median()/index.html index e338c2cf..4c6eab7e 100644 --- a/docs/grouping/aggregation/median()/index.html +++ b/docs/grouping/aggregation/median()/index.html @@ -5,7 +5,7 @@ median() | bpd - + diff --git a/docs/grouping/aggregation/min()/index.html b/docs/grouping/aggregation/min()/index.html index 0d81dcbf..45178c0e 100644 --- a/docs/grouping/aggregation/min()/index.html +++ b/docs/grouping/aggregation/min()/index.html @@ -5,7 +5,7 @@ min() | bpd - + diff --git a/docs/grouping/aggregation/sum()/index.html b/docs/grouping/aggregation/sum()/index.html index 964ea8aa..e12cacb5 100644 --- a/docs/grouping/aggregation/sum()/index.html +++ b/docs/grouping/aggregation/sum()/index.html @@ -5,7 +5,7 @@ sum() | bpd - + diff --git a/docs/grouping/groupby/index.html b/docs/grouping/groupby/index.html index 91a7d2e6..f454f633 100644 --- a/docs/grouping/groupby/index.html +++ b/docs/grouping/groupby/index.html @@ -5,7 +5,7 @@ groupby | bpd - + diff --git a/docs/intro/index.html b/docs/intro/index.html index af405e4d..403d8a24 100644 --- a/docs/intro/index.html +++ b/docs/intro/index.html @@ -5,7 +5,7 @@ intro | bpd - + diff --git a/docs/plotting/histogram/index.html b/docs/plotting/histogram/index.html index 98f929eb..75cb441e 100644 --- a/docs/plotting/histogram/index.html +++ b/docs/plotting/histogram/index.html @@ -5,7 +5,7 @@ histogram | bpd - + diff --git a/docs/series-methods/ser.count()/index.html b/docs/series-methods/ser.count()/index.html index 59f85141..00a3e472 100644 --- a/docs/series-methods/ser.count()/index.html +++ b/docs/series-methods/ser.count()/index.html @@ -5,7 +5,7 @@ ser.count() | bpd - + diff --git a/docs/series-methods/ser.max()/index.html b/docs/series-methods/ser.max()/index.html index 9e2fdbec..d182b4ca 100644 --- a/docs/series-methods/ser.max()/index.html +++ b/docs/series-methods/ser.max()/index.html @@ -5,7 +5,7 @@ ser.max() | bpd - + diff --git a/docs/series-methods/ser.mean()/index.html b/docs/series-methods/ser.mean()/index.html index 72b63076..abfbe7a5 100644 --- a/docs/series-methods/ser.mean()/index.html +++ b/docs/series-methods/ser.mean()/index.html @@ -5,7 +5,7 @@ ser.mean() | bpd - + diff --git a/docs/series-methods/ser.median()/index.html b/docs/series-methods/ser.median()/index.html index 5987ec61..2e767cc1 100644 --- a/docs/series-methods/ser.median()/index.html +++ b/docs/series-methods/ser.median()/index.html @@ -5,7 +5,7 @@ ser.median() | bpd - + diff --git a/docs/series-methods/ser.min()/index.html b/docs/series-methods/ser.min()/index.html index 5c497387..4d1aa0bc 100644 --- a/docs/series-methods/ser.min()/index.html +++ b/docs/series-methods/ser.min()/index.html @@ -5,7 +5,7 @@ ser.min() | bpd - + diff --git a/docs/series-methods/ser.sum()/index.html b/docs/series-methods/ser.sum()/index.html index a42c42b4..2047995e 100644 --- a/docs/series-methods/ser.sum()/index.html +++ b/docs/series-methods/ser.sum()/index.html @@ -5,7 +5,7 @@ ser.sum() | bpd - + diff --git a/docs/series-methods/ser.unique()/index.html b/docs/series-methods/ser.unique()/index.html index 7bc0eb26..1173234a 100644 --- a/docs/series-methods/ser.unique()/index.html +++ b/docs/series-methods/ser.unique()/index.html @@ -5,7 +5,7 @@ ser.unique() | bpd - + diff --git a/docs/tutorial-basics/congratulations/index.html b/docs/tutorial-basics/congratulations/index.html index a6d48863..ec93b870 100644 --- a/docs/tutorial-basics/congratulations/index.html +++ b/docs/tutorial-basics/congratulations/index.html @@ -5,7 +5,7 @@ Congratulations! | bpd - + diff --git a/docs/tutorial-basics/create-a-blog-post/index.html b/docs/tutorial-basics/create-a-blog-post/index.html index c7e65429..6b50e039 100644 --- a/docs/tutorial-basics/create-a-blog-post/index.html +++ b/docs/tutorial-basics/create-a-blog-post/index.html @@ -5,7 +5,7 @@ Create a Blog Post | bpd - + diff --git a/docs/tutorial-basics/create-a-document/index.html b/docs/tutorial-basics/create-a-document/index.html index 28a0ddea..516d5678 100644 --- a/docs/tutorial-basics/create-a-document/index.html +++ b/docs/tutorial-basics/create-a-document/index.html @@ -5,7 +5,7 @@ Create a Document | bpd - + diff --git a/docs/tutorial-basics/create-a-page/index.html b/docs/tutorial-basics/create-a-page/index.html index b1970904..3723daee 100644 --- a/docs/tutorial-basics/create-a-page/index.html +++ b/docs/tutorial-basics/create-a-page/index.html @@ -5,7 +5,7 @@ Create a Page | bpd - + diff --git a/docs/tutorial-basics/deploy-your-site/index.html b/docs/tutorial-basics/deploy-your-site/index.html index aa546ab4..49b2d6c5 100644 --- a/docs/tutorial-basics/deploy-your-site/index.html +++ b/docs/tutorial-basics/deploy-your-site/index.html @@ -5,7 +5,7 @@ Deploy your site | bpd - + diff --git a/docs/tutorial-basics/markdown-features/index.html b/docs/tutorial-basics/markdown-features/index.html index 6561cb34..0d11323f 100644 --- a/docs/tutorial-basics/markdown-features/index.html +++ b/docs/tutorial-basics/markdown-features/index.html @@ -5,7 +5,7 @@ Markdown Features | bpd - + diff --git a/docs/tutorial-extras/manage-docs-versions/index.html b/docs/tutorial-extras/manage-docs-versions/index.html index be90e3ab..47ca6685 100644 --- a/docs/tutorial-extras/manage-docs-versions/index.html +++ b/docs/tutorial-extras/manage-docs-versions/index.html @@ -5,7 +5,7 @@ Manage Docs Versions | bpd - + diff --git a/docs/tutorial-extras/translate-your-site/index.html b/docs/tutorial-extras/translate-your-site/index.html index 5c264019..30d04698 100644 --- a/docs/tutorial-extras/translate-your-site/index.html +++ b/docs/tutorial-extras/translate-your-site/index.html @@ -5,7 +5,7 @@ Translate your site | bpd - + diff --git a/index.html b/index.html index 148431a6..4de37586 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ bpd reference sheet | bpd - + diff --git a/markdown-page/index.html b/markdown-page/index.html index caae6a2c..cd46327a 100644 --- a/markdown-page/index.html +++ b/markdown-page/index.html @@ -5,7 +5,7 @@ Markdown page example | bpd - +