Files
udacity/python/Unsupervised Learning/Project/Data_Dictionary.md
2019-08-03 22:32:03 +01:00

8.8 KiB

<html> <head>
<title>Data_Dictionary.md (editing)</title>
<link id="favicon" rel="shortcut icon" type="image/x-icon" href="/static/base/images/favicon-file.ico?v=e2776a7f45692c839d6eea7d7ff6f3b2">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="/static/components/jquery-ui/themes/smoothness/jquery-ui.min.css?v=3c2a865c832a1322285c55c6ed99abb2" type="text/css" />
<link rel="stylesheet" href="/static/components/jquery-typeahead/dist/jquery.typeahead.min.css?v=7afb461de36accb1aa133a1710f5bc56" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/style/style.min.css?v=4b4b8cb1e49605137f77fed041f8922b" type="text/css"/>


<link rel="stylesheet" href="/custom/custom.css" type="text/css" />
<script src="/static/components/es6-promise/promise.min.js?v=f004a16cb856e0ff11781d01ec5ca8fe" type="text/javascript" charset="utf-8"></script>
<script src="/static/components/preact/index.js?v=00a2fac73c670ce39ac53d26640eb542" type="text/javascript"></script>
<script src="/static/components/proptypes/index.js?v=c40890eb04df9811fcc4d47e53a29604" type="text/javascript"></script>
<script src="/static/components/preact-compat/index.js?v=aea8f6660e54b18ace8d84a9b9654c1c" type="text/javascript"></script>
<script src="/static/components/requirejs/require.js?v=951f856e81496aaeec2e71a1c2c0d51f" type="text/javascript" charset="utf-8"></script>
<script>
  require.config({
      
      urlArgs: "v=20190803205012",
      
      baseUrl: '/static/',
      paths: {
        'auth/js/main': 'auth/js/main.min',
        custom : '/custom',
        nbextensions : '/nbextensions',
        kernelspecs : '/kernelspecs',
        underscore : 'components/underscore/underscore-min',
        backbone : 'components/backbone/backbone-min',
        jed: 'components/jed/jed',
        jquery: 'components/jquery/jquery.min',
        json: 'components/requirejs-plugins/src/json',
        text: 'components/requirejs-text/text',
        bootstrap: 'components/bootstrap/js/bootstrap.min',
        bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
        'jquery-ui': 'components/jquery-ui/jquery-ui.min',
        moment: 'components/moment/min/moment-with-locales',
        codemirror: 'components/codemirror',
        termjs: 'components/xterm.js/xterm',
        typeahead: 'components/jquery-typeahead/dist/jquery.typeahead.min',
      },
      map: { // for backward compatibility
          "*": {
              "jqueryui": "jquery-ui",
          }
      },
      shim: {
        typeahead: {
          deps: ["jquery"],
          exports: "typeahead"
        },
        underscore: {
          exports: '_'
        },
        backbone: {
          deps: ["underscore", "jquery"],
          exports: "Backbone"
        },
        bootstrap: {
          deps: ["jquery"],
          exports: "bootstrap"
        },
        bootstraptour: {
          deps: ["bootstrap"],
          exports: "Tour"
        },
        "jquery-ui": {
          deps: ["jquery"],
          exports: "$"
        }
      },
      waitSeconds: 30,
  });

  require.config({
      map: {
          '*':{
            'contents': 'services/contents',
          }
      }
  });

  // error-catching custom.js shim.
  define("custom", function (require, exports, module) {
      try {
          var custom = require('custom/custom');
          console.debug('loaded custom.js');
          return custom;
      } catch (e) {
          console.error("error loading custom.js", e);
          return {};
      }
  })

document.nbjs_translations = {"domain": "nbjs", "locale_data": {"nbjs": {"": {"domain": "nbjs"}}}};
document.documentElement.lang = navigator.language.toLowerCase();
</script>
</head> data-base-url="/" data-file-path="Data_Dictionary.md"

dir="ltr">

<script src="/static/edit/js/main.min.js?v=ac978ed627b00fbfa328acc3f14b22fb" type="text/javascript" charset="utf-8"></script> <script type='text/javascript'> function _remove_token_from_url() { if (window.location.search.length <= 1) { return; } var search_parameters = window.location.search.slice(1).split('&'); for (var i = 0; i < search_parameters.length; i++) { if (search_parameters[i].split('=')[0] === 'token') { // remote token from search parameters search_parameters.splice(i, 1); var new_search = ''; if (search_parameters.length) { new_search = '?' + search_parameters.join('&'); } var new_url = window.location.origin + window.location.pathname + new_search + window.location.hash; window.history.replaceState({}, "", new_url); return; } } } _remove_token_from_url(); </script> </html>