Kritika Cyber Crime Dataset
Kritika Cyber Crime Dataset
Kalkaji, NewDelhi
SIGNATURE –
INTERNAL EXAMINER:
EXTERNAL EXAMINER:
Acknowledgement
I would like to express my special thanks of gratitude to my
teacher Mr. Avash Kumaras well as our principal Mam Mrs.
Harpreet Kaur who gave me the golden opportunity to do this
wonderful project on the topic ‘Cyber Crime Data Analysis’, which
also helped me in doing a lot of Research and I came to know
about so many new things I am really thankful to them. Secondly, I
would also like to thank my parents and friends who helped me a
lot in finalizing this project within the limited time frame.
Kritika Mehta
XII-C
introduction
Cyber Crime Data
Analysis
This project helps the company to analysis the Cyber
Crime data and produce summarize reports, we can
also visualize the data according to columns Cyber
Security business is one of the best business anyone
can start now a days
PYTHON : OVERVIEW
Python is a high-level, interpreted, interactive and object- oriented scripting language. Python is designed
to be highly readable. It uses English keywords frequently where as other languages use punctuation, and
it has fewer syntactical constructions than other languages.
• Python is Interpreted − Python is processed at runtime by the interpreter. You do not need to compile
your program before executing it. This is similar to PERL and PHP.
• Python is Interactive − You can actually sit at a Python prompt and interact with the interpreter directly
to write your programs.
• Python is a Beginner's Language − Python is a great language for the beginner-level programmers and
supports the development of a wide range of applications from simple text processing to WWW browsers
to games
History of Python
Python was developed by Guido van Rossum in the late eighties and early nineties at the National Research
Institute for Mathematics and Computer Science in the Netherlands.
Python is derived from many other languages, including ABC, Modula-3, C, C++, Algol-68, SmallTalk, and
Unix shell and other scripting languages.
Python is copyrighted. Like Perl, Python source code is now available under the GNU General Public
License (GPL).
Python is now maintained by a core development team at the institute, although Guido van Rossum still
holds a vital role in directing its progress.
Python Features
• Easy-to-learn − Python has few keywords, simple structure, and a clearly defined syntax. This allows the
student to pick up the language quickly. BANKING MANAGEMENT SYSTEM 4
• Easy-to-read − Python code is more clearly defined and visible to the eyes.
• A broad standard library − Python's bulk of the library is very portable and cross-platform compatible on
UNIX, Windows, and Macintosh.
• Interactive Mode − Python has support for an interactive mode which allows interactive testing and
debugging of snippets of code.
• Portable − Python can run on a wide variety of hardware platforms and has the same interface on all
platforms. • Extendable − You can add low-level modules to the Python interpreter. These modules enable
programmers to add to or customize their tools to be more efficient.
• GUI Programming − Python supports GUI applications that can be created and ported to many system
calls, libraries and windows systems, such as Windows MFC, Macintosh, and the X Window system of Unix.
• Scalable − Python provides a better structure and support for large programs than shell scripting.
Pandas:
Pandas is an open-source Python Library providing high-performance data manipulation and analysis tool
using its powerful data structures. The name Pandas is derived from the word Panel Data – an Econometrics
from Multidimensional data. In 2008, developer Wes McKinney started developing pandas when in need of
high performance, flexible tool for analysis of data. Python with Pandas is used in a wide range of fields
including academic and commercial domains including finance, economics, Statistics, analytics, etc.
• Tools for loading data into in-memory data objects from different file formats.
3. CSV is safe and can clearly differentiate between the numeric values and text.
CSV does not manipulate data and stores it as-is.
4.In CSV, you write column headers only once where as in Excel, you have to
have a start tag and end tag for each column in each row.
5. Importing CSV files can be much faster, and it also consumes less memory.
6.It's easy to programmatically manipulate CSV since, after all, they are simple
text files.
7. CSV can be opened with any text editor in Windows like notepad, MS Excel,
Microsoft Works 9, etc.
Software used
Front End:
Python 3.8.2
Back End:
CSV File
Operating System:
Windows 10
• • Google Images
• • https://www.tutorialspoint.com/